This is an automated email from the ASF dual-hosted git repository.
aokolnychyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 96bda46a92 Spark 3.4: Refactor JobGroupUtils (#8418)
add ab0a2fd7c7 Spark 3.4: Add write and SQL options to override
compression config (#8313)
No new revisions were added by this update.
Summary of changes:
docs/spark-configuration.md | 3 +
.../apache/iceberg/spark/SparkSQLProperties.java | 5 +
.../org/apache/iceberg/spark/SparkWriteConf.java | 98 +++++++++
.../apache/iceberg/spark/SparkWriteOptions.java | 5 +
.../spark/source/SparkFileWriterFactory.java | 25 ++-
.../spark/source/SparkPositionDeletesRewrite.java | 12 +-
.../spark/source/SparkPositionDeltaWrite.java | 13 +-
.../apache/iceberg/spark/source/SparkWrite.java | 11 +-
.../spark/source/TestCompressionSettings.java | 222 +++++++++++++++++++++
9 files changed, 386 insertions(+), 8 deletions(-)
create mode 100644
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java