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_r237515137
########## File path: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/harness/TemporalJoinHarnessTest.scala ########## @@ -530,6 +530,214 @@ class TemporalJoinHarnessTest extends HarnessTestBase { 0) } + // ---------------------- Event time TTL tests ---------------------- + + @Test + def testEventTimeScenarioWithoutAdvancingProcessingTime(): Unit = { Review comment: I agree that this adds nothing to the test coverage. It uses the same code as the following tests and it serves to illustrate that "this is what would happen without State Retention enabled". I will remove it. ---------------------------------------------------------------- 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