Hisoka-X commented on code in PR #8297:
URL: https://github.com/apache/seatunnel/pull/8297#discussion_r1885457907
##########
seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/shard/Shard.java:
##########
@@ -44,7 +45,8 @@ public Shard(
int port,
String database,
String username,
- String password) {
+ String password,
+ Map<String, String> options) {
Review Comment:
I can not find who to set the options value. Could you share more details?
--
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]