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 4a5b178fab3 [FLINK-39311][runtime] Fix application-related main thread 
execution in Dispatcher
     new 83496f49acd [FLINK-39318][table] Fix interruptible timers are not 
working for TemporalJoin
     new 31daa9d9d0b [FLINK-39318][table] Fix interruptible timers are not 
working for TemporalSort

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:
 ...seTwoInputStreamOperatorWithStateRetention.java |   1 +
 .../operators/sort/BaseTemporalSortOperator.java   |   1 +
 ...oInputStreamOperatorWithStateRetentionTest.java | 235 +++++++++++++++++++++
 .../sort/BaseTemporalSortOperatorTest.java         | 173 +++++++++++++++
 4 files changed, 410 insertions(+)
 create mode 100644 
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/join/temporal/BaseTwoInputStreamOperatorWithStateRetentionTest.java
 create mode 100644 
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/sort/BaseTemporalSortOperatorTest.java

Reply via email to