This is an automated email from the ASF dual-hosted git repository.
russellspitzer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 9eb1ca7a7d Build: Upgrade Java test dependencies (#6985)
add 5e40182d95 API, Core, Spark 3.3: Bulk delete (#6682)
No new revisions were added by this update.
Summary of changes:
.../apache/iceberg/actions/DeleteOrphanFiles.java | 17 +++---
.../iceberg/actions/DeleteReachableFiles.java | 9 ++--
.../apache/iceberg/actions/ExpireSnapshots.java | 12 +++--
.../org/apache/iceberg/hadoop/HadoopFileIO.java | 56 ++++++++++++++++++-
.../apache/iceberg/hadoop/HadoopFileIOTest.java | 30 ++++++++++-
.../iceberg/spark/actions/BaseSparkAction.java | 62 ++++++++++++++++++++++
.../actions/DeleteOrphanFilesSparkAction.java | 49 +++++++++++------
.../actions/DeleteReachableFilesSparkAction.java | 29 ++++++----
.../spark/actions/ExpireSnapshotsSparkAction.java | 27 ++++++----
.../spark/procedures/ExpireSnapshotsProcedure.java | 17 +++++-
.../procedures/RemoveOrphanFilesProcedure.java | 16 +++++-
11 files changed, 271 insertions(+), 53 deletions(-)