eric-maynard commented on code in PR #2422: URL: https://github.com/apache/polaris/pull/2422#discussion_r2301789250
########## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java: ########## @@ -508,6 +508,11 @@ private void createNamespaceInternal( } else { LOGGER.debug("Skipping location overlap validation for namespace '{}'", namespace); } + if (!realmConfig.getConfig( + FeatureConfiguration.ALLOW_NAMESPACE_CUSTOM_LOCATION, catalogEntity)) { Review Comment: For the version of this PR that implements (2), see [this commit](https://github.com/apache/polaris/pull/2422/commits/b92c7b795c3d0ec3c177d00ce33039e68fefe8f9) for reference. However, given how `ALLOW_EXTERNAL_TABLE_LOCATION` behaves, I believe the new behavior is more correct. -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org