hantangwangd commented on code in PR #11960: URL: https://github.com/apache/iceberg/pull/11960#discussion_r1914391256
########## core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java: ########## @@ -659,9 +659,9 @@ public List<Namespace> listNamespaces(SessionContext context, Namespace namespac @Override public boolean namespaceExists(SessionContext context, Namespace namespace) { Endpoint.check(endpoints, Endpoint.V1_NAMESPACE_EXISTS); - checkNamespaceIsValid(namespace); try { + checkNamespaceIsValid(namespace); Review Comment: Sure! -- 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