Hisoka-X commented on code in PR #4994: URL: https://github.com/apache/seatunnel/pull/4994#discussion_r1250450388
########## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/config/ClickhouseConfig.java: ########## @@ -75,6 +75,13 @@ public class ClickhouseConfig { .noDefaultValue() .withDescription("Clickhouse server password"); + /** Clickhouse server timezone */ + public static final Option<String> SERVER_TIME_ZONE = + Options.key("server_time_zone") + .stringType() + .defaultValue("UTC") Review Comment: I think the default value of `SERVER_TIME_ZONE` should be time zone on the machine which run SeaTunnel program. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org