Skip to content

Commit 85dbcbf

Browse files
Update polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java
review Co-authored-by: Eric Maynard <eric.maynard+oss@snowflake.com>
1 parent 51511c9 commit 85dbcbf

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/FeatureConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public static void enforceFeatureEnabledOrThrow(
196196
.key("PURGE_VIEWS_ON_DROP")
197197
.catalogConfig("polaris.config.purge-views-on-drop")
198198
.description(
199-
"Indicates whether Polaris should purge view metadata files when a view is dropped.")
199+
"If set to true, Polaris will attempt to delete metadata files when a view is dropped.")
200200
.defaultValue(true)
201201
.buildFeatureConfiguration();
202202

0 commit comments

Comments
 (0)