ygerzhedovich commented on code in PR #1675:
URL: https://github.com/apache/ignite-3/pull/1675#discussion_r1129397514


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/AbstractAggregatePlannerTest.java:
##########
@@ -49,20 +44,41 @@
 import org.apache.ignite.internal.sql.engine.trait.IgniteDistribution;
 import org.apache.ignite.internal.sql.engine.trait.IgniteDistributions;
 import org.apache.ignite.internal.sql.engine.trait.TraitUtils;
-import org.apache.ignite.internal.util.ArrayUtils;
 import org.hamcrest.Matchers;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Test;
 
 /**
- * Base class for further planner test implementations.
+ * This is a base class for aggregate-related tests aimed to verify 
integration of aggregate nodes
+ * into the planner.
+ *
+ * <p>Tests derived from this class can be separated onto two group.

Review Comment:
   ```suggestion
    * <p>Tests derived from this class can be separated into two groups.
   ```



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