mxm opened a new pull request, #14812: URL: https://github.com/apache/iceberg/pull/14812
NoSuchNamespaceExceptions weren't properly passed on from TableMetadataCache to TableUpdater. This will ensure the namespace gets created properly. Some catalogs auto-create the namespace on table creation, but we can't rely on that. Also, some catalogs do not throw NoSuchNamespaceException, but NoSuchTableException when attempting to a table in a non-existing namespace. In any case, it is better to handle NoSuchNamespaceException separately. -- 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]
