vldpyatkov commented on code in PR #13099:
URL: https://github.com/apache/ignite/pull/13099#discussion_r3194610588


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ddl/DdlCommandHandler.java:
##########
@@ -123,6 +124,34 @@ else if (cmd instanceof NativeCommandWrapper)
         }
     }
 
+    /** */
+    private void handle0(BaseQueryContext qryCtx, TransactionCommand cmd) 
throws IgniteCheckedException {

Review Comment:
   I do not see a way to avoid `qryCtx` because it is used to get a transaction.
   As for the question, "Who is responsible for closing?" It is a transaction 
from the client layer (suspended and resumed to use in SQL flow), so the client 
is responsible for this one.



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