This is an automated email from the ASF dual-hosted git repository.
amoghj pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 6ca4009297 Flink: Backport clear globalStatisticsState in init to
avoid duplication (#14315)
add df563c589c Core: Refactor: Separate Route from RESTCatalogAdapter
(#14313)
No new revisions were added by this update.
Summary of changes:
.../apache/iceberg/rest/RESTCatalogAdapter.java | 152 +---------------
.../apache/iceberg/rest/RESTCatalogServlet.java | 1 -
.../test/java/org/apache/iceberg/rest/Route.java | 197 +++++++++++++++++++++
.../org/apache/iceberg/rest/TestRESTCatalog.java | 12 +-
.../apache/iceberg/rest/TestRESTViewCatalog.java | 6 +-
.../TestRESTViewCatalogWithAssumedViewSupport.java | 4 +-
6 files changed, 208 insertions(+), 164 deletions(-)
create mode 100644 core/src/test/java/org/apache/iceberg/rest/Route.java