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 2021/12/14 23:43:26 UTC

[iceberg] branch master updated (2e8efde -> 547e4e1)

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 2e8efde  Spark: Backport SpakTestBaseWithCatalog to Spark 3.0 to simplify running tests with only one catalog (#3736)
     add 547e4e1  Core: Add total counters to CreateSnapshotEvent summary (#3696)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/FastAppend.java   |   5 +-
 .../apache/iceberg/MergingSnapshotProducer.java    |   5 +-
 .../apache/iceberg/TestCreateSnapshotEvent.java    | 119 +++++++++++++++++++++
 3 files changed, 126 insertions(+), 3 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/TestCreateSnapshotEvent.java