JingsongLi 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_r393415695
##########
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:
What is this test for?
Without this fix, it will occasional fail?
----------------------------------------------------------------
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