zstan commented on code in PR #6005: URL: https://github.com/apache/ignite-3/pull/6005#discussion_r2139211719
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSqlMultiStatementTest.java: ########## @@ -85,6 +88,35 @@ void basicMultiStatementQuery() { .check(); } + // TODO: https://issues.apache.org/jira/browse/IGNITE-25600 move into FragmentMappingTest + @Test + void testExplainMappingWithDifferentTx() { + assertTrue(initialNodes() > 1); + + sql("CREATE ZONE Z1 (partitions 10, replicas " + initialNodes() + ") storage profiles ['default']"); + sql("CREATE TABLE t(id INT PRIMARY KEY, col1 INT) ZONE Z1"); Review Comment: yes, i plan to remove it there -- 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