Skip to content

Commit

Permalink
[Fix-3174] [admin] Fix flink sql separator (#3175)
Browse files Browse the repository at this point in the history
Co-authored-by: wenmo <[email protected]>
  • Loading branch information
aiwenmo and aiwenmo authored Feb 23, 2024
1 parent 686a0d5 commit d890333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class FlinkSQLConstant {
private FlinkSQLConstant() {}

/** 分隔符 */
public static final String SEPARATOR = ";\\n";
public static final String SEPARATOR = ";\n";

/** The define identifier of FlinkSQL Variable */
public static final String VARIABLES = ":=";
Expand Down

0 comments on commit d890333

Please sign in to comment.