You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2018/05/09 21:49:02 UTC

[beam] branch master updated (fa2afde -> 2976e9f)

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

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


    from fa2afde  Merge pull request #5318: [BEAM-3417] Fix calcite assertions
     add fa224c7  [BEAM-4242] Fixes O(n) complexity of Wait.on() due to combiner lifting
     new 2976e9f  Merge pull request #5296: [BEAM-4242] Fixes O(n) complexity of Wait.on() due to combiner lifting

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:
 .../dataflow/DataflowPipelineTranslator.java       | 16 ++++++------
 .../java/org/apache/beam/sdk/transforms/DoFn.java  |  3 ++-
 .../java/org/apache/beam/sdk/transforms/Wait.java  | 29 ++++++++++++++++++++++
 3 files changed, 40 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.

[beam] 01/01: Merge pull request #5296: [BEAM-4242] Fixes O(n) complexity of Wait.on() due to combiner lifting

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

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

commit 2976e9f84d20ca3fbab7c3d304dae71188de92ff
Merge: fa2afde fa224c7
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Wed May 9 14:48:57 2018 -0700

    Merge pull request #5296: [BEAM-4242] Fixes O(n) complexity of Wait.on() due to combiner lifting
    
    [BEAM-4242] Fixes O(n) complexity of Wait.on() due to combiner lifting

 .../dataflow/DataflowPipelineTranslator.java       | 16 ++++++------
 .../java/org/apache/beam/sdk/transforms/DoFn.java  |  3 ++-
 .../java/org/apache/beam/sdk/transforms/Wait.java  | 29 ++++++++++++++++++++++
 3 files changed, 40 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.