snuyanzin commented on code in PR #28218:
URL: https://github.com/apache/flink/pull/28218#discussion_r3447465771


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/batch/table/AggregateTest.scala:
##########
@@ -73,4 +73,25 @@ class AggregateTest extends TableTestBase {
 
     util.verifyExecPlan(resultTable)
   }
+
+  @Test
+  def testOrderByWithGlobalAggregate(): Unit = {
+    val util = batchTestUtil()
+    util.tableEnv.getConfig.set("parallelism.default", "1")

Review Comment:
   why do we need it?
   does it anyhow impact the test behavior which is going to be fixed?



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