Qilong Wang created FLINK-37982: ----------------------------------- Summary: When Watermark is updated, the result output in TableAsyncExecutionController cannot be triggered Key: FLINK-37982 URL: https://issues.apache.org/jira/browse/FLINK-37982 Project: Flink Issue Type: Bug Components: Table SQL / Runtime Affects Versions: 2.1.0 Reporter: Qilong Wang
When execute processWatermark in TableKeyedAsyncWaitOperator, only results in first watermark can output from TableAsyncExecutionController. Other results can only be triggered by endInput because of `mailboxExecutor.yield()` We need execute `mailboxExecutor.yield()` when processing processWatermark. !image-2025-06-23-12-13-23-393.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)