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



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/QueryCheckerTest.java
##########
@@ -20,24 +20,50 @@
 import org.hamcrest.Matcher;
 import org.junit.Test;
 
+import static 
org.apache.ignite.internal.processors.query.calcite.QueryChecker.containsResultRowCount;
 import static 
org.apache.ignite.internal.processors.query.calcite.QueryChecker.matchesOnce;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
 /** Query checker tests. */
 public class QueryCheckerTest {
+    /** */
+    private static final String PLAN = "IgniteSingleHashAggregate(group=[{}], 
COUNT(NAME)=[COUNT($0)]): rowcount = 1.0, " +

Review comment:
       PLAN is not used 




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