caicancai commented on code in PR #8302:
URL: https://github.com/apache/seatunnel/pull/8302#discussion_r1886214234
##########
seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/sink/file/ClickhouseFileSinkWriter.java:
##########
@@ -285,6 +285,7 @@ private List<String> generateClickhouseLocalFiles(String
clickhouseLocalFileTmpF
+ "\"");
command.add("-N");
command.add("\"" + "temp_table" + uuid + "\"");
+ command.add("-d _local");
Review Comment:
I tested the 2023-2024 version, not sure about earlier versions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]