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/04/24 10:45:46 UTC

[beam] branch master updated (e55a7b3 -> 4797f31)

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

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


    from e55a7b3  [BEAM-9775] Adding Go SDF example, adjusting GetProgress signature. (#11499)
     add d416fd1  [BEAM-9733] Always let ImpulseSourceFunction emit a final watermark
     add 643945a  [BEAM-9733] Make up for timers set while processing the bundle
     new 4797f31  Merge pull request #11362: [BEAM-9733] Improve watermark and timer handling

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:
 runners/flink/flink_runner.gradle                  |   5 +-
 .../functions/ImpulseSourceFunction.java           |  12 +
 .../wrappers/streaming/DoFnOperator.java           | 213 ++++++++++------
 .../streaming/ExecutableStageDoFnOperator.java     | 204 +++++++++++----
 .../wrappers/streaming/SplittableDoFnOperator.java |   4 +
 .../beam/runners/flink/FlinkSavepointTest.java     |  34 +--
 .../runners/flink/PortableTimersExecutionTest.java |  35 ++-
 .../functions/ImpulseSourceFunctionTest.java       |  17 +-
 .../wrappers/streaming/DoFnOperatorTest.java       |   5 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java | 273 +++++++++++++++++----
 .../wrappers/streaming/WindowDoFnOperatorTest.java |   4 +-
 11 files changed, 587 insertions(+), 219 deletions(-)


[beam] 01/01: Merge pull request #11362: [BEAM-9733] Improve watermark and timer handling

Posted by mx...@apache.org.
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 4797f310b6671de6fd703502520f4b012b655c82
Merge: e55a7b3 643945a
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Fri Apr 24 12:45:33 2020 +0200

    Merge pull request #11362: [BEAM-9733] Improve watermark and timer handling

 runners/flink/flink_runner.gradle                  |   5 +-
 .../functions/ImpulseSourceFunction.java           |  12 +
 .../wrappers/streaming/DoFnOperator.java           | 213 ++++++++++------
 .../streaming/ExecutableStageDoFnOperator.java     | 204 +++++++++++----
 .../wrappers/streaming/SplittableDoFnOperator.java |   4 +
 .../beam/runners/flink/FlinkSavepointTest.java     |  34 +--
 .../runners/flink/PortableTimersExecutionTest.java |  35 ++-
 .../functions/ImpulseSourceFunctionTest.java       |  17 +-
 .../wrappers/streaming/DoFnOperatorTest.java       |   5 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java | 273 +++++++++++++++++----
 .../wrappers/streaming/WindowDoFnOperatorTest.java |   4 +-
 11 files changed, 587 insertions(+), 219 deletions(-)