Skip to content

Commit afb6be4

Browse files
committed
review: re-fix description
1 parent a667087 commit afb6be4

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_VIEW_METADATA_ON_DROP")
197197
.catalogConfig("polaris.config.purge-view-metadata-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 view metadata files when a view is dropped.")
200200
.defaultValue(true)
201201
.buildFeatureConfiguration();
202202

0 commit comments

Comments
 (0)