zstan commented on code in PR #945:
URL: https://github.com/apache/ignite-3/pull/945#discussion_r924285636
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/AsyncSqlCursorImpl.java:
##########
@@ -71,6 +77,10 @@ public CompletionStage<BatchedResult<T>>
requestNextAsync(int rows) {
t = t.getCause();
}
+ if (tx != null) {
Review Comment:
we need to somehow handle tx here, this is exceptionally situation, i agree
that probably not in all cases we need rollback, but this need to be discussed
somehow and probably under differ issue.
--
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]