ygerzhedovich commented on code in PR #945:
URL: https://github.com/apache/ignite-3/pull/945#discussion_r923478864


##########
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:
   why we rollback the TX?



-- 
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]

Reply via email to