zstan commented on a change in pull request #581:
URL: https://github.com/apache/ignite-3/pull/581#discussion_r792612291



##########
File path: 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/HashAggregateExecutionTest.java
##########
@@ -21,19 +21,30 @@
 import static 
org.apache.ignite.internal.sql.engine.exec.exp.agg.AggregateType.REDUCE;
 import static 
org.apache.ignite.internal.sql.engine.exec.exp.agg.AggregateType.SINGLE;
 import static org.apache.ignite.internal.util.CollectionUtils.first;
+import static org.junit.jupiter.api.Assertions.assertArrayEquals;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
 
+import com.google.common.collect.ImmutableList;

Review comment:
       this is out of this ticket scope,cause :
   `    protected SingleNode<Object[]> createAggregateNodesChain(
               TestAggregateType testAgg,
               ExecutionContext<Object[]> ctx,
               List<ImmutableBitSet> grpSets,`




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