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 bae0296 commit 785f506Copy full SHA for 785f506
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java
@@ -239,7 +239,7 @@ public static void enforceFeatureEnabledOrThrow(
239
.key("ALLOW_SPECIFYING_FILE_IO_IMPL")
240
.description(
241
"Config key for whether to allow setting the FILE_IO_IMPL using catalog properties. "
242
- + "Must only be enabled in dev/test environments, never in production systems.")
+ + "Must only be enabled in dev/test environments, should not be in production systems.")
243
.defaultValue(false)
244
.buildFeatureConfiguration();
245
0 commit comments