This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.
from e698400 Spark: Add REPLACE PARTITION FIELD command to DDL extensions
(#2365)
add aba898b Spark: Fix RewriteDataFilesAction with custom outputSpecId
(#2293)
No new revisions were added by this update.
Summary of changes:
.../apache/iceberg/MergingSnapshotProducer.java | 28 ++++--
.../actions/BaseRewriteDataFilesAction.java | 4 +
.../org/apache/iceberg/TestDeleteFileIndex.java | 101 ++++++++++++---------
.../java/org/apache/iceberg/TestMergeAppend.java | 2 +-
.../org/apache/iceberg/TestRewriteManifests.java | 8 +-
.../iceberg/actions/RewriteDataFilesAction.java | 2 +-
.../actions/TestRewriteDataFilesAction.java | 99 ++++++++++++++++++++
7 files changed, 189 insertions(+), 55 deletions(-)