Commit 75453f99 authored by wenmo's avatar wenmo

修改默认分隔符

parent ff83aa4d
...@@ -10,7 +10,7 @@ public interface FlinkSQLConstant { ...@@ -10,7 +10,7 @@ public interface FlinkSQLConstant {
/** /**
* 分隔符 * 分隔符
*/ */
String SEPARATOR = ";\r\n"; String SEPARATOR = ";";
/** /**
* DDL 类型 * DDL 类型
*/ */
......
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