This is an automated email from the ASF dual-hosted git repository. amoghj pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 85cc58aa8a Spark: Use bulk deletion for manifests when importing files to an Iceberg table (#13620) add 3e0f7a1bfb Spark 4.0: Preserve row lineage information when compaction is run (#13555) No new revisions were added by this update. Summary of changes: spark/v4.0/build.gradle | 2 +- .../extensions/TestRewriteDataFilesProcedure.java | 73 ++++++- .../iceberg/spark/SparkCachedTableCatalog.java | 142 ++++++++----- .../org/apache/iceberg/spark/SparkCatalog.java | 14 ++ .../apache/iceberg/spark/source/IcebergSource.java | 10 + .../apache/iceberg/spark/source/SparkTable.java | 19 +- .../iceberg/spark/source/SparkWriteBuilder.java | 12 +- .../spark/actions/TestRewriteDataFilesAction.java | 233 ++++++++++++++++----- 8 files changed, 388 insertions(+), 117 deletions(-)