This is an automated email from the ASF dual-hosted git repository.
MartijnVisser pushed a change to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git
from f73dec412d7 [FLINK-40062][table] Allow `BridgingSqlAggFunction` being
instantiated from `BuiltInFunctionDefinitions`, fix `$WELFORD_M2$1` function
deserialization (#28647)
new 017c72e72b3 [FLINK-39481][task] Execute deferrable mails when
finishing an operator
new fcd20f29b87 [FLINK-39481][table] Add stress ITCase for watermarks
deferred at end of input
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../runtime/tasks/StreamOperatorWrapper.java | 14 +-
.../streaming/runtime/tasks/mailbox/Mail.java | 5 +
.../runtime/tasks/mailbox/MailboxExecutorImpl.java | 13 +-
.../runtime/tasks/mailbox/TaskMailbox.java | 11 ++
.../runtime/tasks/mailbox/TaskMailboxImpl.java | 23 ++-
.../runtime/tasks/StreamOperatorWrapperTest.java | 18 ++
.../tasks/mailbox/MailboxExecutorImplTest.java | 26 +++
...nalignedCheckpointsInterruptibleTimersTest.java | 101 ++++++++++
.../tasks/StreamTaskMailboxTestHarness.java | 10 +
.../sql/WindowDistinctAggregateStressITCase.java | 217 +++++++++++++++++++++
10 files changed, 428 insertions(+), 10 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/WindowDistinctAggregateStressITCase.java