This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new d237143c35 [MINOR] fix(docs): We don't support the interfaces
`register table` and `register view` (#10241)
d237143c35 is described below
commit d237143c35f9c4813e7f0cb0184ff43e7f51157d
Author: roryqi <[email protected]>
AuthorDate: Thu Mar 5 17:05:09 2026 +0800
[MINOR] fix(docs): We don't support the interfaces `register table` and
`register view` (#10241)
### What changes were proposed in this pull request?
We don't support the interface `register table` and `register view`
### Why are the changes needed?
Just documents.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
---
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.