This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 2d14af307fb [FLINK-40062][table] Allow `BridgingSqlAggFunction` being
instantiated from `BuiltInFunctionDefinitions`, fix `$WELFORD_M2$1` function
deserialization
new 83055aead2e [FLINK-39481][task] Execute deferrable mails when
finishing an operator
new bbc688cef98 [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