caicancai commented on code in PR #8296:
URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886089796
##########
seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java:
##########
@@ -274,6 +274,58 @@ public ClickhouseTable getClickhouseTable(String database,
String table) {
}
}
+ /**
+ * Get ClickHouse table info for shard node.
+ *
+ * @param request
+ * @param database
+ * @param table
+ * @return
+ */
+ public ClickhouseTable getClickhouseTableForShardNode(
+ ClickHouseRequest<?> request, String database, String table) {
Review Comment:
I can try it, because this method seems to be used by Clickhouse Jdbc. Do
you want me to modify the connection to each Shard node?
--
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]