ibessonov commented on code in PR #3512:
URL: https://github.com/apache/ignite-3/pull/3512#discussion_r1546123510
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -1193,10 +1194,14 @@ public IgniteTransactions transactions() {
return new AntiHijackIgniteTransactions(transactions,
asyncContinuationExecutor);
}
+ private IgniteSql bareSql() {
Review Comment:
I would prefer you writing `() -> sql` instead of having a separate method
for a reference, but that's only the suggestion
--
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]