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:03 UTC

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

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.