eric-maynard commented on code in PR #1557:
URL: https://github.com/apache/polaris/pull/1557#discussion_r2082756391
##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -81,7 +81,7 @@ public static void enforceFeatureEnabledOrThrow(
public static final FeatureConfiguration<Boolean>
ALLOW_TABLE_LOCATION_OVERLAP =
PolarisConfiguration.<Boolean>builder()
.key("ALLOW_TABLE_LOCATION_OVERLAP")
- .catalogConfig("allow.overlapping.table.location")
+ .catalogConfig("polaris.config.allow.overlapping.table.location")
Review Comment:
Good point @dimas-b, I think we should try to support those installations
for a time until we can truly deprecate these unsafe configs. I've pushed a
change to that end, please let me know what you think
--
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]