beyond1920 commented on a change in pull request #14610: URL: https://github.com/apache/flink/pull/14610#discussion_r556214065
########## File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/DeduplicateITCase.scala ########## @@ -226,6 +226,42 @@ class DeduplicateITCase(miniBatch: MiniBatchMode, mode: StateBackendMode) assertEquals(expected.sorted, rawResult.sorted) } + @Test + def testLastRowOnRowTimeFollowedByUnboundedAgg(): Unit = { Review comment: yes. DeduplicateTest is to test plan is same as expected when `Deduplicate` is followed by unbounded agg, DeduplicateITCase is to test result is same as expected in this case. ---------------------------------------------------------------- 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: us...@infra.apache.org