zstan commented on code in PR #2906:
URL: https://github.com/apache/ignite-3/pull/2906#discussion_r1415575859
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/JdbcQueryEventHandlerImpl.java:
##########
@@ -363,29 +375,31 @@ private CompletionStage<JdbcQuerySingleResult>
createJdbcResult(AsyncSqlCursor<L
return cur.requestNextAsync(req.pageSize()).thenApply(batch -> {
boolean hasNext = batch.hasMore();
+ long cursorId;
Review Comment:
reflection usage code is appended
--
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]