Hisoka-X commented on code in PR #3416:
URL:
https://github.com/apache/incubator-seatunnel/pull/3416#discussion_r1042970483
##########
seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/sink/file/ClickhouseFileSinkWriter.java:
##########
@@ -58,24 +55,33 @@
import java.util.stream.Collectors;
@Slf4j
-public class ClickhouseFileSinkWriter implements SinkWriter<SeaTunnelRow,
CKCommitInfo, ClickhouseSinkState> {
- private static final String CLICKHOUSE_LOCAL_FILE_PREFIX =
"/tmp/clickhouse-local/seatunnel-file";
+public class ClickhouseFileSinkWriter implements SinkWriter<SeaTunnelRow,
CKFileCommitInfo, ClickhouseSinkState> {
+ private static final String CLICKHOUSE_LOCAL_FILE_PREFIX =
"/tmp/seatunnel/clickhouse-local/seatunnel-file";
Review Comment:
I will add option for user to config temp prefix value.
--
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]