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 2022/03/15 03:34:31 UTC

[iceberg] branch master updated (a701416 -> c6a770f)

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 a701416  Core: Add MetadataUpdate.applyTo to re-apply changes (#4320)
     add c6a770f  Core: Add transaction catalog tests (#4319)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/util/CharSequenceSet.java   |   27 +
 .../org/apache/iceberg/BaseMetastoreCatalog.java   |    2 +-
 .../iceberg/BaseMetastoreTableOperations.java      |    8 +-
 .../apache/iceberg/jdbc/JdbcTableOperations.java   |    6 +-
 .../org/apache/iceberg/catalog/CatalogTests.java   | 1438 +++++++++++++++++++-
 .../iceberg/hive/HiveCreateReplaceTableTest.java   |    2 +-
 6 files changed, 1472 insertions(+), 11 deletions(-)