weiqingy commented on code in PR #28353:
URL: https://github.com/apache/flink/pull/28353#discussion_r3624671680
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/join/IntervalJoinTest.scala:
##########
@@ -395,6 +395,104 @@ class IntervalJoinTest extends TableTestBase {
util.verifyExecPlan(sqlQuery)
}
+ // Tests for the EARLY_FIRE join hint
Review Comment:
Sure, moved the EARLY_FIRE tests into a dedicated Java test class
(`EarlyFireJoinHintTest`, under `plan/hints/stream`, mirroring
`StateTtlHintTest`) instead of the Scala `IntervalJoinTest`. Thanks for the
pointer!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]