kl0u commented on a change in pull request #6871: [FLINK-10583][FLINK-10584][table] Add State Retention to temporal joins. URL: https://github.com/apache/flink/pull/6871#discussion_r237875804
########## File path: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/BaseTwoInputStreamOperatorWithStateRetention.scala ########## @@ -120,6 +120,16 @@ abstract class BaseTwoInputStreamOperatorWithStateRetention( latestRegisteredCleanUpTimer.update(newCleanUpTime) } + protected def cleanUpLastTimer(): Unit = { Review comment: Well it is tested in some of the testcases in the `TemporalJoinHarnessTest`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services