zstan commented on code in PR #13099:
URL: https://github.com/apache/ignite/pull/13099#discussion_r3195025155
##########
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:
you can push not **qryCtx** but lambda or simple tx =
Commons.queryTransaction(qryCtx, cacheProc.context()); I believe we need to
reduce function parameters scope if it possible, wdyt ?
--
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]