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/02/25 21:57:23 UTC

[iceberg] branch master updated (009d9d0 -> f0bacc8)

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 009d9d0  Core: Avoid possible NPE in RESTCatalogConfigResponse#merge (#4233)
     add f0bacc8  Core: Clean up JDBC implementation, add catalog namespace tests (#4231)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/jdbc/JdbcCatalog.java  | 453 +++++++++------------
 .../java/org/apache/iceberg/jdbc/JdbcUtil.java     |   9 +
 .../org/apache/iceberg/catalog/CatalogTests.java   | 328 +++++++++++++++
 .../org/apache/iceberg/jdbc/TestJdbcCatalog.java   |  16 +-
 4 files changed, 538 insertions(+), 268 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java