You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/05/08 04:58:48 UTC

[3/3] beam git commit: This closes #2927: ParDo Chaining in Apex Runner

This closes #2927: ParDo Chaining in Apex Runner

  [BEAM-831] Fix chaining, add test. closes #2216
  [BEAM-831] ParDo Fusion of Apex Runner


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1a4ca9ac
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1a4ca9ac
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1a4ca9ac

Branch: refs/heads/master
Commit: 1a4ca9acd53861c33279091ee08827775cd12348
Parents: 53dd0a5 b64c8ce
Author: Kenneth Knowles <kl...@google.com>
Authored: Sun May 7 21:57:27 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Sun May 7 21:57:27 2017 -0700

----------------------------------------------------------------------
 .../beam/runners/apex/ApexPipelineOptions.java  |  5 ++
 .../apache/beam/runners/apex/ApexRunner.java    | 11 ++-
 .../beam/runners/apex/TestApexRunner.java       |  8 ++
 .../apex/translation/TranslationContext.java    | 95 +++++++++++++++++---
 .../beam/runners/apex/ApexRunnerTest.java       | 47 ++++++++--
 .../FlattenPCollectionTranslatorTest.java       | 13 +--
 6 files changed, 147 insertions(+), 32 deletions(-)
----------------------------------------------------------------------