korlov42 commented on code in PR #5311:
URL: https://github.com/apache/ignite-3/pull/5311#discussion_r1983525983


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSecondaryIndexTest.java:
##########
@@ -965,23 +987,29 @@ public void testNullsInSearchRow() {
 
             assertQuery("SELECT * FROM t WHERE i1 = ?")
                     .withParams(null)
-                    .matches(containsIndexScan("PUBLIC", "T", "T_IDX"))
+                    .matches(containsTableScan("PUBLIC", "T"))

Review Comment:
   I believe all tests in `ItSecondaryIndexTest` are meant to verify indexes, 
therefore if for some test cases expected index is not picked up by optimizer, 
we must enforce index usage with hint



-- 
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

Reply via email to