ygerzhedovich commented on code in PR #2449: URL: https://github.com/apache/ignite-3/pull/2449#discussion_r1302896130
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/tests/BaseDataTypeTest.java: ########## @@ -125,6 +126,11 @@ protected QueryProcessor getEngine() { return ((IgniteImpl) CLUSTER_NODES.get(0)).queryEngine(); } + @Override + protected IgniteTransactions transactions() { + return CLUSTER_NODES.get(0).transactions(); Review Comment: ```suggestion return igniteTx(); ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org