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


##########
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:
   let's add hint to `testScanBooleanField` as well



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