You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ja...@apache.org on 2020/12/18 17:38:21 UTC

[beam] branch master updated (80248d0 -> bea6f88)

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

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


    from 80248d0  Merge pull request #13318: [BEAM-11300] Improve Nexmark performance:
     add 8de6faa  [BEAM-11481] emit output watermark on watermark hold change
     new bea6f88  Merge pull request #13571: [BEAM-11481] emit output watermark on watermark hold change

The 1 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:
 .../wrappers/streaming/DoFnOperator.java           |  23 ++-
 .../streaming/KeyedPushedBackElementsHandler.java  |   5 +-
 .../streaming/state/FlinkStateInternals.java       |   4 +-
 .../wrappers/streaming/DoFnOperatorTest.java       | 169 ++++++++++++++++++++-
 4 files changed, 194 insertions(+), 7 deletions(-)


[beam] 01/01: Merge pull request #13571: [BEAM-11481] emit output watermark on watermark hold change

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bea6f88b747dd582b0df6db1c265846f304c6abf
Merge: 80248d0 8de6faa
Author: Jan Lukavský <je...@seznam.cz>
AuthorDate: Fri Dec 18 18:37:27 2020 +0100

    Merge pull request #13571: [BEAM-11481] emit output watermark on watermark hold change

 .../wrappers/streaming/DoFnOperator.java           |  23 ++-
 .../streaming/KeyedPushedBackElementsHandler.java  |   5 +-
 .../streaming/state/FlinkStateInternals.java       |   4 +-
 .../wrappers/streaming/DoFnOperatorTest.java       | 169 ++++++++++++++++++++-
 4 files changed, 194 insertions(+), 7 deletions(-)