korlov42 commented on a change in pull request #9282:
URL: https://github.com/apache/ignite/pull/9282#discussion_r680985442



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/rules/ProjectScanMergeRuleTest.java
##########
@@ -122,7 +121,7 @@ public void testProjects() {
             .check();
 
         checkQuery("SELECT NAME FROM products d WHERE CAT_ID > 1;")
-            .matches(containsIndexScan("PUBLIC", "PRODUCTS"))
+            .matches(containsAnyScan("PUBLIC", "PRODUCTS"))

Review comment:
       This particular test class is intended to verify ProjectScanMergeRule. 
See no reason to verify the index choosing, especially on the data set of 4 
rows.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to