This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 98d454674c [Cherry-pick to branch-1.2] [MINOR] fix(docs): We don't
support the interfaces `register table` and `register view` (#10241) (#10245)
98d454674c is described below
commit 98d454674c823f07135368dbfe960d76885d1c38
Author: Qi Yu <[email protected]>
AuthorDate: Thu Mar 5 19:20:06 2026 +0800
[Cherry-pick to branch-1.2] [MINOR] fix(docs): We don't support the
interfaces `register table` and `register view` (#10241) (#10245)
**Cherry-pick Information:**
- Original commit: d237143c35f9c4813e7f0cb0184ff43e7f51157d
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: roryqi <[email protected]>
---
docs/iceberg-rest-service.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index ffaa1feeee..d94725d453 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -19,9 +19,11 @@ There are some key difference between Gravitino Iceberg REST
server and Gravitin
### Capabilities
-- Supports the Apache Iceberg REST API defined in Iceberg 1.10, and supports
all namespace and table interfaces. The following interfaces are not
implemented yet:
+- Supports the Apache Iceberg REST API defined in Iceberg 1.10, and supports
most namespace, table and view interfaces. The following interfaces are not
implemented yet:
- multi table transaction
- pagination
+ - register table
+ - register view
- Works as a catalog proxy, supporting `Hive` and `JDBC` as catalog backend.
- Supports credential vending for `S3`、`GCS`、`OSS` and `ADLS`.
- Supports different storages like `S3`, `HDFS`, `OSS`, `GCS`, `ADLS` and
provides the capability to support other storages.