Commit 9e6c83df authored by liujun's avatar liujun

[Fix-405][common] Fix 修改系统配置的sql分隔符默认为 ;\r\n

parent 684d7fe8
......@@ -61,7 +61,7 @@ public class SystemConfiguration {
"sqlSeparator",
"FlinkSQL语句分割符",
ValueType.STRING,
";",
";\r\n",
"Flink SQL 的语句分割符"
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment