eric-maynard commented on code in PR #1456:
URL: https://github.com/apache/polaris/pull/1456#discussion_r2061013527
##########
polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java:
##########
@@ -59,4 +59,15 @@ protected BehaviorChangeConfiguration(
.description("Whether or not to use soft values in the entity cache")
.defaultValue(false)
.buildBehaviorChangeConfiguration();
+
+ public static final BehaviorChangeConfiguration<Boolean>
+ TABLE_OPERATIONS_MAKE_METADATA_CURRENT_ON_COMMIT =
+ PolarisConfiguration.<Boolean>builder()
+ .key("TABLE_OPERATIONS_MAKE_METADATA_CURRENT_ON_COMMIT")
+ .description(
Review Comment:
reviving thread incorrectly marked as outdated!
https://github.com/apache/polaris/pull/1456#discussion_r2060944882
--
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]