You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/03/30 00:24:12 UTC

[iceberg] branch master updated (e698400 -> aba898b)

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(-)