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

[iceberg] branch master updated (ae96bdfef3 -> 3c0fd8f2cc)

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

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


    from ae96bdfef3 Core: Add MetadataLogs metadata table (#5063)
     add 3c0fd8f2cc Core: Implement BaseMetastoreCatalog.registerTable() (#5037)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/aws/dynamodb/TestDynamoDbCatalog.java  | 34 +++++++++
 .../iceberg/aws/glue/TestGlueCatalogTable.java     | 31 ++++++++
 .../org/apache/iceberg/BaseMetastoreCatalog.java   | 21 ++++++
 .../apache/iceberg/hadoop/TestHadoopCatalog.java   | 33 +++++++++
 .../org/apache/iceberg/jdbc/TestJdbcCatalog.java   | 28 +++++++
 .../apache/iceberg/dell/ecs/TestEcsCatalog.java    | 31 ++++++++
 .../java/org/apache/iceberg/hive/HiveCatalog.java  | 20 -----
 .../iceberg/nessie/NessieTableOperations.java      |  3 +-
 .../org/apache/iceberg/nessie/TestNessieTable.java | 86 ++++++++++++++++++++++
 9 files changed, 266 insertions(+), 21 deletions(-)