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

Reply via email to