This is an automated email from the ASF dual-hosted git repository.

aokolnychyi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 5530605ff9 Spark: Fix typo in Spark ddl comment (#11517)
     add af3fbfe078 Core: Support commits with DVs (#11495)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/BaseRowDelta.java |   2 +
 .../apache/iceberg/MergingSnapshotProducer.java    |  92 ++++++-
 .../apache/iceberg/DeleteFileIndexTestBase.java    |  31 ++-
 .../iceberg/ScanPlanningAndReportingTestBase.java  |  27 ++-
 .../src/test/java/org/apache/iceberg/TestBase.java |  47 ++++
 .../java/org/apache/iceberg/TestBatchScans.java    |   2 +-
 .../org/apache/iceberg/TestCommitReporting.java    |  30 ++-
 .../apache/iceberg/TestEntriesMetadataTable.java   |   2 +-
 .../org/apache/iceberg/TestMetadataTableScans.java |  71 ++----
 ...stMetadataTableScansWithPartitionEvolution.java |   2 +-
 .../java/org/apache/iceberg/TestRewriteFiles.java  |   3 +
 .../org/apache/iceberg/TestRewriteManifests.java   |  44 ++--
 .../test/java/org/apache/iceberg/TestRowDelta.java | 270 ++++++++++++++-------
 .../test/java/org/apache/iceberg/TestSnapshot.java |  10 +-
 .../org/apache/iceberg/TestSnapshotSummary.java    |   6 +-
 .../java/org/apache/iceberg/io/TestDVWriters.java  |   5 +
 .../TestSparkDistributedDataScanDeletes.java       |   6 +-
 .../TestSparkDistributedDataScanReporting.java     |   6 +-
 .../spark/actions/TestRewriteManifestsAction.java  |  62 ++++-
 19 files changed, 506 insertions(+), 212 deletions(-)

Reply via email to