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/05/30 22:02:00 UTC

[iceberg] branch master updated (0a1c4e3ed -> 5955dff5f)

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 0a1c4e3ed Flink: Add option to set monitorInterval (#4887)
     add 5955dff5f Core: Implement namespace listing with a parent in REST catalog (#4907)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/rest/HTTPClient.java   |  37 +++--
 .../java/org/apache/iceberg/rest/RESTClient.java   |  19 ++-
 .../apache/iceberg/rest/RESTSessionCatalog.java    |  17 +-
 .../org/apache/iceberg/catalog/CatalogTests.java   |  52 +++++++
 .../org/apache/iceberg/jdbc/TestJdbcCatalog.java   |   5 +
 .../apache/iceberg/rest/RESTCatalogAdapter.java    |  38 +++--
 .../org/apache/iceberg/rest/TestRESTCatalog.java   | 171 ++++++++++++++-------
 7 files changed, 249 insertions(+), 90 deletions(-)