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/05/03 10:47:16 UTC

[beam] branch master updated (360de38 -> 62d5f26)

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 360de38  Merge pull request #11523 from [BEAM-8414] Cleanup Python codebase to enable some of the excluded Python lint checks.
     add b9f08fa  Refactor timer firing in Flink & Spark portable batch.
     add 1c0063a  [BEAM-9801] Fire timers set within timers in Spark.
     new 62d5f26  Merge pull request #11595: [BEAM-9801] Fire timers set within timers in Spark

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:
 .../functions/FlinkExecutableStageFunction.java    | 16 +---
 .../translation/PipelineTranslatorUtils.java       | 27 +++++--
 .../translation/SparkExecutableStageFunction.java  | 91 ++++++++++------------
 3 files changed, 59 insertions(+), 75 deletions(-)


[beam] 01/01: Merge pull request #11595: [BEAM-9801] Fire timers set within timers in Spark

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 62d5f260fbfc70110b7d348145bd4c3384c44fcb
Merge: 360de38 1c0063a
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Sun May 3 12:46:54 2020 +0200

    Merge pull request #11595: [BEAM-9801] Fire timers set within timers in Spark

 .../functions/FlinkExecutableStageFunction.java    | 16 +---
 .../translation/PipelineTranslatorUtils.java       | 27 +++++--
 .../translation/SparkExecutableStageFunction.java  | 91 ++++++++++------------
 3 files changed, 59 insertions(+), 75 deletions(-)