We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent face9fc commit 94c710cCopy full SHA for 94c710c
polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
@@ -39,7 +39,7 @@ protected BehaviorChangeConfiguration(
39
40
public static final BehaviorChangeConfiguration<Boolean> VALIDATE_VIEW_LOCATION_OVERLAP =
41
PolarisConfiguration.<Boolean>builder()
42
- .key("STORAGE_CREDENTIAL_CACHE_DURATION_SECONDS")
+ .key("VALIDATE_VIEW_LOCATION_OVERLAP")
43
.description("If true, validate that view locations don't overlap when views are created")
44
.defaultValue(true)
45
.buildBehaviorChangeConfiguration();
0 commit comments