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/27 08:35:34 UTC

[beam] 01/01: Merge pull request #11220: [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 release-2.20.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a6aaed8b68e4d7f5843014600c6322dc479f3719
Merge: 8c4e1e4 d9cd005
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Fri Mar 27 09:35:12 2020 +0100

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

 .../wrappers/streaming/DoFnOperator.java           | 172 ++++++++++++++-------
 .../wrappers/streaming/SplittableDoFnOperator.java |   2 +-
 .../wrappers/streaming/WindowDoFnOperator.java     |   2 +-
 .../wrappers/streaming/DoFnOperatorTest.java       |  51 ++++--
 .../wrappers/streaming/WindowDoFnOperatorTest.java |  36 ++++-
 5 files changed, 194 insertions(+), 69 deletions(-)