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 980212e700 Spark 3.4: Rewrite data files with high delete ratio new 263c62ee66 Spark 3.4: Rewrite V2 deletes to V3 DVs new c2a7d9f0ad Spark 3.4: Detect dangling DVs properly The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../actions/RemoveDanglingDeletesSparkAction.java | 38 +- .../RewritePositionDeleteFilesSparkAction.java | 35 +- .../spark/source/PositionDeletesRowReader.java | 1 + .../spark/source/SparkPositionDeletesRewrite.java | 148 +++-- .../apache/iceberg/spark/source/SparkWrite.java | 4 +- .../TestRewritePositionDeleteFilesAction.java | 153 +++++- .../org/apache/iceberg/spark/data/TestHelpers.java | 3 +- .../spark/source/TestPositionDeletesTable.java | 596 ++++++++++++++------- 8 files changed, 727 insertions(+), 251 deletions(-)