You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2022/02/22 20:44:06 UTC

[iceberg] branch master updated (2ba47ac -> 3aace96)

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 2ba47ac  Core: Use consistent constant definition for Parquet page sizes (#4199)
     add 3aace96  Spark 3.2: Fix method names for reading content files in actions (#4198)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/actions/DeleteOrphanFiles.java   |  4 ++--
 .../java/org/apache/iceberg/actions/ExpireSnapshots.java     | 12 ++++++------
 .../spark/actions/BaseDeleteOrphanFilesSparkAction.java      |  8 ++++----
 .../spark/actions/BaseDeleteReachableFilesSparkAction.java   |  8 ++++----
 .../spark/actions/BaseExpireSnapshotsSparkAction.java        | 10 +++++-----
 .../org/apache/iceberg/spark/actions/BaseSparkAction.java    |  3 ++-
 6 files changed, 23 insertions(+), 22 deletions(-)