varpa89 commented on issue #12466: URL: https://github.com/apache/iceberg/issues/12466#issuecomment-2709868284
Thank you @singhpk234 Yes rest catalog that we use returns BadRequestException because we don't allow namespaces with dots If we disable validation in our metastore, NoSuchNamespaceException instead of NoSuchTableException will be returned. But as I see the specification does not provide for the possibility of NoSuchNamespaceException in the loadTable method. How do you think, is it possible to add a fallback for BadRequestException/NoSuchNamespaceException here https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L494? -- 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