You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by sz...@apache.org on 2022/05/18 23:53:02 UTC

[iceberg] branch master updated (a91848969 -> 71282b8ca)

This is an automated email from the ASF dual-hosted git repository.

szehon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from a91848969 Build: Update release scripts publish Spark 3.2 with Scala 2.13 (#4167)
     add 71282b8ca Spark 3.2: Add positiol and equality delete file count to ExpireSnapshot results (#4629)

No new revisions were added by this update.

Summary of changes:
 .palantir/revapi.yml                               |   6 +
 .../java/org/apache/iceberg/ManifestContent.java   |   8 ++
 .../apache/iceberg/actions/ExpireSnapshots.java    |  10 ++
 .../actions/BaseExpireSnapshotsActionResult.java   |  26 ++++
 .../extensions/TestExpireSnapshotsProcedure.java   |  19 +--
 .../actions/BaseExpireSnapshotsSparkAction.java    |  43 ++++---
 .../iceberg/spark/actions/BaseSparkAction.java     |  66 ++++++++--
 .../iceberg/spark/actions/ManifestFileBean.java    |  11 +-
 .../spark/procedures/ExpireSnapshotsProcedure.java |   4 +
 .../spark/actions/TestExpireSnapshotsAction.java   | 143 +++++++++++++++++----
 10 files changed, 273 insertions(+), 63 deletions(-)