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 2022/10/12 23:44:54 UTC

[iceberg] branch master updated (504c109867 -> cd68f9cbad)

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 504c109867 Python: Manifest evaluator (#5845)
     add cd68f9cbad Core: Expire Snapshots reachability analysis (#5669)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/FileCleanupStrategy.java    |  82 +++++
 .../org/apache/iceberg/IncrementalFileCleanup.java | 327 ++++++++++++++++++++
 .../org/apache/iceberg/ReachableFileCleanup.java   | 164 ++++++++++
 .../java/org/apache/iceberg/RemoveSnapshots.java   | 335 +--------------------
 .../org/apache/iceberg/TestRemoveSnapshots.java    | 122 ++++----
 5 files changed, 649 insertions(+), 381 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java
 create mode 100644 core/src/main/java/org/apache/iceberg/IncrementalFileCleanup.java
 create mode 100644 core/src/main/java/org/apache/iceberg/ReachableFileCleanup.java