You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/11/14 01:06:27 UTC

[iceberg] branch master updated (165a278 -> 2af5592)

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

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


    from 165a278  Spark: Add CherrypickSnapshotProcedure (#1771)
     add 2af5592  Spark: Add SetCurrentSnapshotProcedure (#1770)

No new revisions were added by this update.

Summary of changes:
 ...e.java => TestSetCurrentSnapshotProcedure.java} | 121 +++++++--------------
 ...edure.java => SetCurrentSnapshotProcedure.java} |  25 +++--
 .../iceberg/spark/procedures/SparkProcedures.java  |   1 +
 3 files changed, 51 insertions(+), 96 deletions(-)
 copy spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/{TestRollbackToSnapshotProcedure.java => TestSetCurrentSnapshotProcedure.java} (65%)
 copy spark3/src/main/java/org/apache/iceberg/spark/procedures/{RollbackToSnapshotProcedure.java => SetCurrentSnapshotProcedure.java} (81%)