alex-plekhanov commented on a change in pull request #9009:
URL: https://github.com/apache/ignite/pull/9009#discussion_r616069445
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/testsuites/PlannerTestSuite.java
##########
@@ -20,13 +20,15 @@
import
org.apache.ignite.internal.processors.query.calcite.planner.AggregateDistinctPlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.AggregatePlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.CorrelatedNestedLoopJoinPlannerTest;
+import
org.apache.ignite.internal.processors.query.calcite.planner.ExceptPlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.HashAggregatePlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.HashIndexSpoolPlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.JoinColocationPlannerTest;
import org.apache.ignite.internal.processors.query.calcite.planner.PlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.SortAggregatePlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.SortedIndexSpoolPlannerTest;
import
org.apache.ignite.internal.processors.query.calcite.planner.TableSpoolPlannerTest;
+import
org.apache.ignite.internal.processors.query.calcite.planner.UnionPlannerTest;
Review comment:
I was thinking about it and add the test to the suite, but found that
there no actually any checks in this test, only plan output.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]