lincoln-lil commented on code in PR #23827:
URL: https://github.com/apache/flink/pull/23827#discussion_r1430848529
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/AggregateITCase.scala:
##########
@@ -1916,4 +1916,44 @@ class AggregateITCase(aggMode: AggMode, miniBatch:
MiniBatchMode, backend: State
)
assertThat(sink.getRetractResults.sorted).isEqualTo(expected.sorted)
}
+
+ @TestTemplate
+ def testGroupJsonObjectAggWithRetract(): Unit = {
+ val data = new mutable.MutableList[(Long, String, Long)]
+ data.+=((2L, "Hallo", 2L))
Review Comment:
This can be simplified, e.g., use a for loop
--
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]