snuyanzin commented on code in PR #25752: URL: https://github.com/apache/flink/pull/25752#discussion_r1874051828
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/join/IntervalJoinTest.scala: ########## @@ -493,7 +493,7 @@ class IntervalJoinTest extends TableTestBase { @Test def testFallbackToRegularJoin(): Unit = { - // the following query would translated into regular join instead of interval join because the + // the following query would be translated into regular join instead of interval join because the Review Comment: usually it could be done in same PR however in a separate hotfix commit for example like here https://github.com/apache/flink/pull/24277 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org