You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/01/16 04:37:21 UTC

[beam] branch master updated (077d8d8 -> e1852ca)

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

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


    from 077d8d8  Merge pull request #10568 [BEAM-9061] Add version guards to requirements file for integration tests.
     add e1852ca  [BEAM-7951] Supports multiple inputs/outputs for wire coder settings. (#10464)

No new revisions were added by this update.

Summary of changes:
 .../pipeline/src/main/proto/beam_runner_api.proto  | 42 +++++++++++++---------
 .../core/construction/graph/ExecutableStage.java   | 27 +++++++-------
 .../construction/graph/GreedyPipelineFuser.java    |  2 +-
 .../core/construction/graph/GreedyStageFuser.java  |  4 +--
 .../graph/ImmutableExecutableStage.java            | 12 +++----
 .../construction/graph/OutputDeduplicator.java     |  2 +-
 .../construction/graph/ExecutableStageTest.java    |  4 +--
 .../graph/ImmutableExecutableStageTest.java        |  4 +--
 .../construction/graph/OutputDeduplicatorTest.java | 18 +++++-----
 .../graph/CreateExecutableStageNodeFunction.java   |  4 +--
 .../control/ProcessBundleDescriptors.java          | 37 ++++++++++++++-----
 .../beam/runners/fnexecution/wire/WireCoders.java  | 13 +++----
 .../BatchSideInputHandlerFactoryTest.java          |  4 +--
 13 files changed, 101 insertions(+), 72 deletions(-)