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 2019/12/27 22:42:41 UTC

[incubator-iceberg] branch master updated (79e88c6 -> 44a0a83)

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/incubator-iceberg.git.


    from 79e88c6  Update project and projectStrict for set predicates (#628)
     add 44a0a83  Support retaining last N snapshots (#497)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/ExpireSnapshots.java   |  15 +
 .../java/org/apache/iceberg/RemoveSnapshots.java   |  20 +-
 .../org/apache/iceberg/TestRemoveSnapshots.java    | 336 +++++++++++++++++++++
 3 files changed, 370 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/TestRemoveSnapshots.java