zstan commented on code in PR #5311: URL: https://github.com/apache/ignite-3/pull/5311#discussion_r1981494267
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSecondaryIndexTest.java: ########## @@ -946,23 +968,29 @@ public void testNullsInSearchRow() { assertQuery("SELECT * FROM t WHERE i1 = ?") .withParams(null) - .matches(containsIndexScan("PUBLIC", "T", "T_IDX")) + .matches(containsTableScan("PUBLIC", "T")) Review Comment: there are already numerous tests in ItSecondaryIndexTest with containsTableScan, i think it`s not corresponding to issues this class was intended for and need to be refactored in future. -- 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