nva commented on code in PR #2882:
URL: https://github.com/apache/ignite-3/pull/2882#discussion_r1433750039
##########
modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientRecordBinaryView.java:
##########
@@ -380,4 +392,36 @@ public CompletableFuture<Void> streamData(Publisher<Tuple>
publisher, @Nullable
return ClientDataStreamer.streamData(publisher, opts, batchSender,
provider, tbl);
}
+
+ private CompletableFuture<AsyncResultSet<Tuple>> executeAsync(
Review Comment:
Method has been removed and all logic has been moved to `queryCriteriaAsync`
--
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]