You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/05/15 20:51:24 UTC

[beam] 01/01: Merge pull request #5271: Migrate DirectRunner Evaluators to use Portable Graph Components

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

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

commit 15b788d52ac6717868023ef071714073b62aa62f
Merge: eb979a0 8007954
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue May 15 13:51:19 2018 -0700

    Merge pull request #5271: Migrate DirectRunner Evaluators to use Portable Graph Components
    
    [BEAM-4073]

 .../runners/core/construction/ModelCoders.java     |   9 +-
 runners/direct-java/build.gradle                   |   1 +
 runners/direct-java/pom.xml                        |   5 +
 .../direct/portable/FlattenEvaluatorFactory.java   |  37 +++--
 .../portable/GroupByKeyOnlyEvaluatorFactory.java   | 110 ++++++++-----
 .../direct/portable/ImpulseEvaluatorFactory.java   |  44 +++---
 .../direct/portable/RootProviderRegistry.java      |   6 +-
 .../portable/FlattenEvaluatorFactoryTest.java      |  64 ++++----
 .../GroupByKeyOnlyEvaluatorFactoryTest.java        | 170 +++++++++++++--------
 .../portable/ImpulseEvaluatorFactoryTest.java      |  30 ++--
 .../wire/LengthPrefixUnknownCoders.java            |  18 +--
 11 files changed, 297 insertions(+), 197 deletions(-)

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