kevinjqliu commented on code in PR #13182: URL: https://github.com/apache/iceberg/pull/13182#discussion_r2119392520
########## 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: ```suggestion | loadNamespaceMetadata | Y | Y | N | Y | ``` ########## 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: should be the same, heres the implementation for the rest catalog https://github.com/apache/iceberg-go/blob/ff2f3de32af5291ef4a35ce79978bb8000a9a5ff/catalog/rest/rest.go#L983 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
