lowka commented on code in PR #2461:
URL: https://github.com/apache/ignite-3/pull/2461#discussion_r1307489370


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItAggregatesTest.java:
##########
@@ -585,6 +585,22 @@ public void testAvgOnEmptyGroup(String[] rules) {
         }
     }
 
+    @ParameterizedTest
+    @MethodSource("provideRules")
+    public void testAggDistinctGroupSet(String[] rules) {
+        try {
+            sql("CREATE TABLE testMe (id INTEGER PRIMARY KEY, a INTEGER, b 
INTEGER);");

Review Comment:
   Moved all `CREATE TABLE` statements in this file to `initTestData`.



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