This is an automated email from the ASF dual-hosted git repository.

emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new aafc40b8 commit (#1201)
aafc40b8 is described below

commit aafc40b81742ae669b7a48ab2d51f881b1f2ebf1
Author: Eric Maynard <[email protected]>
AuthorDate: Wed Mar 19 10:42:49 2025 -0700

    commit (#1201)
---
 .../org/apache/polaris/core/config/BehaviorChangeConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
 
b/polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
index 6048872b..c3e9f7e5 100644
--- 
a/polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
+++ 
b/polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
@@ -39,7 +39,7 @@ public class BehaviorChangeConfiguration<T> extends 
PolarisConfiguration<T> {
 
   public static final BehaviorChangeConfiguration<Boolean> 
VALIDATE_VIEW_LOCATION_OVERLAP =
       PolarisConfiguration.<Boolean>builder()
-          .key("STORAGE_CREDENTIAL_CACHE_DURATION_SECONDS")
+          .key("VALIDATE_VIEW_LOCATION_OVERLAP")
           .description("If true, validate that view locations don't overlap 
when views are created")
           .defaultValue(true)
           .buildBehaviorChangeConfiguration();

Reply via email to