This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from fee9afaea [#4247] improvement(docs, catalog-hadoop): Add docs about
multiple-level authentication for Hadoop catalog. (#4248)
add cdb54d9bd [#4062] feat(iceberg-rest-server): support RegisterTable for
Iceberg REST server (#4088)
No new revisions were added by this update.
Summary of changes:
gradle/libs.versions.toml | 2 +-
.../iceberg/common/ops/IcebergTableOps.java | 5 +++
.../common/utils/TestIcebergCatalogUtil.java | 2 +-
.../service/rest/IcebergNamespaceOperations.java | 15 +++++++
.../integration/test/IcebergRESTServiceIT.java | 47 ++++++++++++++++----
.../iceberg/service/rest/IcebergRestTestUtil.java | 2 +-
.../service/rest/IcebergTableOpsForTest.java | 51 ++++++++++++++++++++++
.../iceberg/service/rest/IcebergTestBase.java | 13 ++++--
.../rest/TestIcebergNamespaceOperations.java | 29 +++++++++++-
.../service/rest/TestIcebergTableOperations.java | 13 +++---
10 files changed, 157 insertions(+), 22 deletions(-)
create mode 100644
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOpsForTest.java