leonardBang commented on a change in pull request #14610: URL: https://github.com/apache/flink/pull/14610#discussion_r556225680
########## 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: Okay, I'm ok with this change, that's better if you could add a test for lastRow. ---------------------------------------------------------------- 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