This is an automated email from the ASF dual-hosted git repository. leiyanfei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from b37c98599b3 [FLINK-37610] Check if `ORDER BY` keys exists before accessing add f7b5d00c453 [FLINK-37642][runtime] Use the mailboxExecutor for operator in Async state processing (#26435) No new revisions were added by this update. Summary of changes: .../asyncprocessing/AsyncExecutionController.java | 5 +++++ .../operators/AbstractAsyncStateStreamOperator.java | 5 ++++- .../operators/AbstractAsyncStateStreamOperatorV2.java | 4 +++- .../runtime/tasks/mailbox/MailboxExecutorImpl.java | 6 ++++++ .../AbstractAsyncStateStreamOperatorTest.java | 18 +++++++++--------- .../AbstractAsyncStateStreamOperatorV2Test.java | 18 +++++++++--------- 6 files changed, 36 insertions(+), 20 deletions(-)