You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/05/27 10:10:30 UTC

[flink] branch master updated (0e67f18 -> 03b6d71)

This is an automated email from the ASF dual-hosted git repository.

aljoscha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 0e67f18  [FLINK-17751][table-planner-blink] Fix proctime defined in ddl can not work with over window in Table api
     add 03b6d71  [FLINK-17058] Adding ProcessingTimeoutTrigger of nested triggers.

No new revisions were added by this update.

Summary of changes:
 .../triggers/ProcessingTimeoutTrigger.java         | 180 +++++++++++++++++++
 .../windowing/ProcessingTimeoutTriggerTest.java    | 190 +++++++++++++++++++++
 2 files changed, 370 insertions(+)
 create mode 100644 flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/triggers/ProcessingTimeoutTrigger.java
 create mode 100644 flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/ProcessingTimeoutTriggerTest.java