We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cbaff commit 55e31bdCopy full SHA for 55e31bd
fluss-server/src/test/java/org/apache/fluss/server/DynamicConfigChangeTest.java
@@ -98,7 +98,7 @@ void testAlterLakehouseConfigs() throws Exception {
98
AlterConfigOpType.SET))))
99
.isExactlyInstanceOf(ConfigException.class)
100
.hasMessageContaining(
101
- "The config key un_support_key is not allowed to be changed dynamically.");
+ "The config key un_support_key is not allowed to be changed dynamically or invalid (non-existent).");
102
103
dynamicConfigManager.alterConfigs(
104
Arrays.asList(
0 commit comments