twalthr commented on a change in pull request #13104:
URL: https://github.com/apache/flink/pull/13104#discussion_r467921615
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/AggregateITCase.scala
##########
@@ -547,6 +547,55 @@ class AggregateITCase(
assertEquals(expected.sorted, sink.getRetractResults.sorted)
}
+
+ @Test
+ def testListAggWithRetraction(): Unit = {
Review comment:
FYI: This tests succeeds in my FLINK-18809 branch.
----------------------------------------------------------------
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]