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



##########
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:
       i broke this tests and i hope no need to fix them in a such a way, if we 
have possibility to obtain here TasbleScan - seems we have a problem )




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