dimas-b commented on code in PR #2653:
URL: https://github.com/apache/polaris/pull/2653#discussion_r2373180815
##########
polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java:
##########
@@ -84,4 +84,14 @@ protected BehaviorChangeConfiguration(
+ " credential vending.")
.defaultValue(false)
.buildBehaviorChangeConfiguration();
+
+ public static final BehaviorChangeConfiguration<Boolean>
SCHEMA_VERSION_FALL_BACK_ON_DNE =
+ PolarisConfiguration.<Boolean>builder()
+ .key("SCHEMA_VERSION_FALL_BACK_ON_DNE")
Review Comment:
fair point. My suggestion was optional anyway (mainly trying to simplify the
code that uses it).
--
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]