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 275ec9a Build: Add logs to the CI output (#1789)
add 3a0cc76 Core: Add table property to disable garbage collection (#1796)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/RemoveSnapshots.java | 7 ++++++
.../java/org/apache/iceberg/TableProperties.java | 3 +++
.../org/apache/iceberg/TestRemoveSnapshots.java | 16 +++++++++++++
.../iceberg/actions/ExpireSnapshotsAction.java | 9 +++++++
.../iceberg/actions/RemoveOrphanFilesAction.java | 9 +++++++
.../iceberg/actions/TestExpireSnapshotsAction.java | 17 +++++++++++++
.../actions/TestRemoveOrphanFilesAction.java | 28 ++++++++++++++++++++++
7 files changed, 89 insertions(+)