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 2022/06/14 12:30:27 UTC

[beam] branch master updated (080f54a144a -> 7bf822a5419)

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 080f54a144a [BEAM-13806] Add x-lang BigQuery IO integration test to Go SDK. (#16818)
     add 6e450a92da7 [BEAM-14265] Add watermark hold for all timers
     new 7bf822a5419 Merge pull request #17809: [BEAM-14265] Add watermark hold for all timers

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:
 .../beam/runners/core/StatefulDoFnRunner.java      |  21 +---
 .../wrappers/streaming/DoFnOperator.java           | 109 ++++++---------------
 .../streaming/state/FlinkStateInternals.java       |  18 +++-
 .../wrappers/streaming/DoFnOperatorTest.java       |  28 +++---
 4 files changed, 58 insertions(+), 118 deletions(-)


[beam] 01/01: Merge pull request #17809: [BEAM-14265] Add watermark hold for all timers

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 7bf822a541939ff6874d60d4ef18957bc05128b8
Merge: 080f54a144a 6e450a92da7
Author: Jan Lukavský <je...@seznam.cz>
AuthorDate: Tue Jun 14 14:30:15 2022 +0200

    Merge pull request #17809: [BEAM-14265] Add watermark hold for all timers

 .../beam/runners/core/StatefulDoFnRunner.java      |  21 +---
 .../wrappers/streaming/DoFnOperator.java           | 109 ++++++---------------
 .../streaming/state/FlinkStateInternals.java       |  18 +++-
 .../wrappers/streaming/DoFnOperatorTest.java       |  28 +++---
 4 files changed, 58 insertions(+), 118 deletions(-)