lliangyu-lin commented on code in PR #13182:
URL: https://github.com/apache/iceberg/pull/13182#discussion_r2114954105


##########
site/docs/status.md:
##########
@@ -314,10 +314,10 @@ The sql catalog is a catalog backed by a sql database, 
which is called jdbc cata
 
 | Namespace Operation       | Java | PyIceberg | Rust | Go |
 |---------------------------|------|-----------|------|----|
-| listNamespaces            | Y    | Y         | N    | N  |
-| createNamespace           | Y    | Y         | N    | N  |
-| dropNamespace             | Y    | Y         | N    | N  |
-| namespaceExists           | Y    | N         | N    | N  |
+| listNamespaces            | Y    | Y         | N    | Y  |
+| createNamespace           | Y    | Y         | N    | Y  |
+| dropNamespace             | Y    | Y         | N    | Y  |
+| namespaceExists           | Y    | N         | N    | Y  |
 | updateNamespaceProperties | Y    | Y         | Y    | Y  |
 | loadNamespaceMetadata     | Y    | Y         | N    | N  |

Review Comment:
   Is `loadNamespaceMetadata` a different operation compare to 
`LoadNamespaceProperties`? I see `LoadNamespaceProperties` is implemented. 
   
https://github.com/apache/iceberg-go/blob/ff2f3de32af5291ef4a35ce79978bb8000a9a5ff/catalog/glue/glue.go#L583



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to