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 20:21:54 UTC

[iceberg] branch master updated (4621468 -> cffeec5)

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 4621468  Core: Update JDBC catalog implementation (#4220)
     add cffeec5  Core: Add config response class for REST catalog (#4184)

No new revisions were added by this update.

Summary of changes:
 .../rest/responses/RESTCatalogConfigResponse.java  | 154 ++++++++++++
 .../responses/TestRESTCatalogConfigResponse.java   | 273 +++++++++++++++++++++
 2 files changed, 427 insertions(+)
 create mode 100644 core/src/main/java/org/apache/iceberg/rest/responses/RESTCatalogConfigResponse.java
 create mode 100644 core/src/test/java/org/apache/iceberg/rest/responses/TestRESTCatalogConfigResponse.java