This is an automated email from the ASF dual-hosted git repository.

fanng 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 d74781ae52 [MINOR] fix(docs): Correct the document information (#10247)
d74781ae52 is described below

commit d74781ae5208c71b88cbbc78befd9c051e33af00
Author: roryqi <[email protected]>
AuthorDate: Thu Mar 5 19:21:19 2026 +0800

    [MINOR] fix(docs): Correct the document information (#10247)
    
    ### What changes were proposed in this pull request?
    
    Correct the document information
    
    ### Why are the changes needed?
    
    Just a minor
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Just the document.
---
 docs/iceberg-rest-service.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index d94725d453..aa5790aeff 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -22,7 +22,6 @@ There are some key difference between Gravitino Iceberg REST 
server and Gravitin
 - 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`.

Reply via email to