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 ccd5214 commit 7bd31b8Copy full SHA for 7bd31b8
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java
@@ -196,7 +196,7 @@ public static void enforceFeatureEnabledOrThrow(
196
.key("PURGE_VIEW_METADATA_ON_DROP")
197
.catalogConfig("polaris.config.purge-view-metadata-on-drop")
198
.description(
199
- "Indicates whether Polaris should purge view metadata files when a view is dropped.")
+ "If set to true, Polaris will attempt to delete view metadata files when a view is dropped.")
200
.defaultValue(true)
201
.buildFeatureConfiguration();
202
0 commit comments