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 aafc40b commit 4759271Copy full SHA for 4759271
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("VALIDATE_VIEW_LOCATION_OVERLAP")
+ .key("STORAGE_CREDENTIAL_CACHE_DURATION_SECONDS")
43
.description("If true, validate that view locations don't overlap when views are created")
44
.defaultValue(true)
45
.buildBehaviorChangeConfiguration();
0 commit comments