Skip to content

Commit

Permalink
[Imporve][ClickhouseFile] Improve clickhousefile generation parameter…
Browse files Browse the repository at this point in the history
… configuration (#8293)
  • Loading branch information
caicancai authored Dec 15, 2024
1 parent 3b64972 commit 753e058
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ private List<String> generateClickhouseLocalFiles(String clickhouseLocalFileTmpF
+ "\"");
command.add("-N");
command.add("\"" + "temp_table" + uuid + "\"");
command.add("-n");
command.add("-q");
command.add(
String.format(
Expand Down

0 comments on commit 753e058

Please sign in to comment.