wuchong commented on a change in pull request #11419: 
[FLINK-16047][table-planner-blink] Fix Blink planner produces wrong aggregate 
results with state clean up
URL: https://github.com/apache/flink/pull/11419#discussion_r393419470
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/SplitAggregateITCase.scala
 ##########
 @@ -391,6 +391,42 @@ class SplitAggregateITCase(
     val expected = List("1,1,50", "1,ALL,50")
     assertEquals(expected.sorted, sink.getRetractResults.sorted)
   }
+
+  @Test
+  def testDistinctWithRetraction(): Unit = {
 
 Review comment:
   As I said in the description, this PR is cherry picked  from FLINK-10674, 
including this test. And this test can pass without the changes. I'm also fine 
to remove this test. 

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


With regards,
Apache Git Services

Reply via email to