This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 850977b fixup! [FLINK-21581][core] Remove @PublicEvolving from RuntimeContext.getJobID add 7c24278 [FLINK-11408][datastream] Fix NPE and lost timer during window merging for ContinuousProcessingTimeTrigger No new revisions were added by this update. Summary of changes: .../triggers/ContinuousProcessingTimeTrigger.java | 18 ++- .../ContinuousProcessingTimeTriggerTest.java | 162 +++++++++++++++++++++ 2 files changed, 176 insertions(+), 4 deletions(-) create mode 100644 flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/ContinuousProcessingTimeTriggerTest.java