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/23 23:36:19 UTC

[iceberg] branch master updated (c666c4974c -> a911623242)

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 c666c4974c API: Update SessionCatalog context to use a credentials map (#4845)
     add a911623242 Core: Refactor REST catalog to RESTSessionCatalog (#4846)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/rest/HTTPClientFactory.java |   2 +-
 .../java/org/apache/iceberg/rest/RESTClient.java   |  26 ++++
 .../{RESTCatalog.java => RESTSessionCatalog.java}  | 167 ++++++++++-----------
 .../apache/iceberg/rest/RESTTableOperations.java   |  11 +-
 .../org/apache/iceberg/rest/TestRESTCatalog.java   |  32 ++--
 5 files changed, 133 insertions(+), 105 deletions(-)
 rename core/src/main/java/org/apache/iceberg/rest/{RESTCatalog.java => RESTSessionCatalog.java} (74%)