Skip to content

Commit 4759271

Browse files
authored
Revert "commit (#1201)"
This reverts commit aafc40b.
1 parent aafc40b commit 4759271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected BehaviorChangeConfiguration(
3939

4040
public static final BehaviorChangeConfiguration<Boolean> VALIDATE_VIEW_LOCATION_OVERLAP =
4141
PolarisConfiguration.<Boolean>builder()
42-
.key("VALIDATE_VIEW_LOCATION_OVERLAP")
42+
.key("STORAGE_CREDENTIAL_CACHE_DURATION_SECONDS")
4343
.description("If true, validate that view locations don't overlap when views are created")
4444
.defaultValue(true)
4545
.buildBehaviorChangeConfiguration();

0 commit comments

Comments
 (0)