eric-maynard commented on code in PR #1285:
URL: https://github.com/apache/polaris/pull/1285#discussion_r2138506086
##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -287,4 +287,13 @@ public static void enforceFeatureEnabledOrThrow(
+ "This should only be set to 'true' for tests!")
.defaultValue(false)
.buildFeatureConfiguration();
+
+ public static final FeatureConfiguration<Boolean>
ICEBERG_ROLLBACK_COMPACTION_ON_CONFLICTS =
+ PolarisConfiguration.<Boolean>builder()
+ .key("ICEBERG_ROLLBACK_COMPACTION_ON_CONFLICTS")
+
.catalogConfig("polaris.config.rollback.compaction.on-conflicts.enabled")
+ .description(
+ "Rollback replace snapshots created by compaction which have
polaris.conflict-resolution.by-operation-type.replace property set to rollback
in their snapshot summary")
Review Comment:
How is this passing the linter 🤔
--
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]