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 2021/03/24 19:45:40 UTC

[iceberg] branch master updated (5648962 -> 46f643a)

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 5648962  Spark: Remove softValues for Spark 2 catalog cache (#2363)
     add 46f643a  Spark: Move base actions to new package (#2376)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/spark/actions/BaseExpireSnapshotsSparkAction.java       | 1 -
 .../iceberg/spark/actions/BaseRemoveOrphanFilesSparkAction.java     | 1 -
 .../iceberg/spark/actions/BaseRewriteManifestsSparkAction.java      | 1 -
 .../iceberg/{ => spark}/actions/BaseSnapshotUpdateSparkAction.java  | 5 +++--
 .../org/apache/iceberg/{ => spark}/actions/BaseSparkAction.java     | 6 ++++--
 5 files changed, 7 insertions(+), 7 deletions(-)
 rename spark/src/main/java/org/apache/iceberg/{ => spark}/actions/BaseSnapshotUpdateSparkAction.java (90%)
 rename spark/src/main/java/org/apache/iceberg/{ => spark}/actions/BaseSparkAction.java (97%)