weiqingy commented on PR #28953: URL: https://github.com/apache/flink/pull/28953#issuecomment-5465594944
Hi @RocMarshal, #28952 is merged so this one is rebased onto master and out of draft. The diff is standalone now, allowing a processing-time early-fire delay on an event-time interval join, which was previously rejected at planning. One thing worth flagging: the delay runs off the wall clock (`currentProcessingTime() + delay`) while the join's matching and cleanup stay on event time, so a speculative row can fire even when watermarks are stalled. That also means new per-side schedule state, covered by snapshot/restore tests on both sides of the firing. PTAL when you have time. Thanks! -- 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]
