You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2020/03/25 08:23:36 UTC

[beam] 01/01: Merge pull request #11200: [BEAM-9573] Correct computing of watermark hold for timer output timestamp

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

mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit af8559da52e9d67bd3a069da4d51698108336723
Merge: dae52e5 d85e8e1
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Wed Mar 25 09:23:18 2020 +0100

    Merge pull request #11200: [BEAM-9573] Correct computing of watermark hold for timer output timestamp

 .test-infra/jenkins/CommonTestProperties.groovy    |   2 +-
 .../job_PostCommit_Java_Nexmark_Flink.groovy       |  12 +-
 ...ob_PostCommit_Java_ValidatesRunner_Flink.groovy |   2 +-
 .../wrappers/streaming/DoFnOperator.java           | 126 +++++++++++++++------
 .../wrappers/streaming/SplittableDoFnOperator.java |   2 +-
 .../wrappers/streaming/WindowDoFnOperator.java     |   2 +-
 .../wrappers/streaming/WindowDoFnOperatorTest.java |  36 +++++-
 7 files changed, 131 insertions(+), 51 deletions(-)