You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2021/09/21 15:22:11 UTC

[iceberg] branch master updated (94322e3 -> e743063)

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

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


    from 94322e3  Core: Upgrade ORC dependency to 1.7.0 (#3160)
     add e743063  Core: Support committing delete files with multiple specs (#2985)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/BaseOverwriteFiles.java     |   2 +-
 .../org/apache/iceberg/BaseReplacePartitions.java  |   2 +-
 .../apache/iceberg/MergingSnapshotProducer.java    | 103 +++++----
 .../java/org/apache/iceberg/TableTestBase.java     |  21 ++
 .../test/java/org/apache/iceberg/TestRowDelta.java | 253 +++++++++++++++++++++
 5 files changed, 335 insertions(+), 46 deletions(-)