dimas-b commented on code in PR #1686: URL: https://github.com/apache/polaris/pull/1686#discussion_r2124469662
########## polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java: ########## @@ -301,8 +301,11 @@ public static void enforceFeatureEnabledOrThrow( PolarisConfiguration.<Boolean>builder() .key("OPTIMIZED_SIBLING_CHECK") .description( - "When set, an index is used to perform the sibling check between tables, views, and namespaces. Only" - + " supported by the JDBC metastore.") + "When set, an index is used to perform the sibling check between tables, views, and namespaces. New " + + "locations will be checked against previous ones based on components, so the new location " + + "/foo/bar/ will check for a sibling at /, /foo/ and /foo/bar/%. In order for this check to " + Review Comment: nit: It might be preferable to avoid using plain file locations in example since the FILE storage type is disabled by default. -- 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