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 2018/05/21 16:20:23 UTC

[beam] branch master updated (d72cfc5 -> 48cdfd1)

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 d72cfc5  Merge pull request #5409: [BEAM-3827] Invoke Go Dataflow integration tests from post-commit
     add 9d843fb  [BEAM-4271] Support side inputs for ExecutableStage and provide runner side utilities for handling multimap side inputs.
     add 381f6f2  Address Ben's comments.
     new 48cdfd1  [BEAM-4271] Support side inputs for ExecutableStage and provide runner side utilities for handling multimap side inputs.

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:
 .../fnexecution/control/FnApiControlClient.java    |   1 +
 .../control/ProcessBundleDescriptors.java          | 155 ++++++++++-
 .../fnexecution/state/GrpcStateService.java        |  25 +-
 .../fnexecution/state/StateRequestHandlers.java    | 286 +++++++++++++++++++++
 .../fnexecution/control/RemoteExecutionTest.java   | 129 ++++++++++
 .../org/apache/beam/sdk/fn/stream/DataStreams.java | 120 ++++++++-
 .../apache/beam/sdk/fn/stream/DataStreamsTest.java |  48 ++++
 7 files changed, 748 insertions(+), 16 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state/StateRequestHandlers.java

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

[beam] 01/01: [BEAM-4271] Support side inputs for ExecutableStage and provide runner side utilities for handling multimap side inputs.

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

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

commit 48cdfd1154aab9a3255ccfd3cbabfaf0d7b68eb5
Merge: d72cfc5 381f6f2
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Mon May 21 09:20:19 2018 -0700

    [BEAM-4271] Support side inputs for ExecutableStage and provide runner side utilities for handling multimap side inputs.

 .../fnexecution/control/FnApiControlClient.java    |   1 +
 .../control/ProcessBundleDescriptors.java          | 155 ++++++++++-
 .../fnexecution/state/GrpcStateService.java        |  25 +-
 .../fnexecution/state/StateRequestHandlers.java    | 286 +++++++++++++++++++++
 .../fnexecution/control/RemoteExecutionTest.java   | 129 ++++++++++
 .../org/apache/beam/sdk/fn/stream/DataStreams.java | 120 ++++++++-
 .../apache/beam/sdk/fn/stream/DataStreamsTest.java |  48 ++++
 7 files changed, 748 insertions(+), 16 deletions(-)

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