15767714253 commented on code in PR #6808:
URL: https://github.com/apache/seatunnel/pull/6808#discussion_r1595262144
##########
seatunnel-connectors-v2/connector-influxdb/src/main/java/org/apache/seatunnel/connectors/seatunnel/influxdb/source/InfluxdbSourceReader.java:
##########
@@ -151,4 +171,49 @@ private void read(InfluxDBSourceSplit split,
Collector<SeaTunnelRow> output) {
}
}
}
+
+ private void readByChunkSize(InfluxDBSourceSplit split,
Collector<SeaTunnelRow> output) {
+ influxdb.query(
+ new Query(split.getQuery(), config.getDatabase()),
Review Comment:
Yes, I've already tried to switch to CompletableFuture yesterday, but I
haven't got it working yet due to limited time. I know CountDownLatch is not a
good choice.
--
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]