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 757b7b3138de476636b45ba9d4cb8cea39e9433f Merge: 9714b44 b4952d5 Author: Thomas Groh <[email protected]> AuthorDate: Fri Mar 16 11:18:23 2018 -0700 Merge pull request #4754: Convert an ExecutableStage to a ProcessBundleDescriptor .../core/construction/graph/PipelineNode.java | 2 +- runners/java-fn-execution/build.gradle | 1 + runners/java-fn-execution/pom.xml | 7 +- .../beam/runners/fnexecution/GrpcFnServer.java | 3 +- .../control/ProcessBundleDescriptors.java | 254 +++++++++++++++++++++ .../fnexecution/control/SdkHarnessClient.java | 23 +- .../fnexecution/data/RemoteInputDestination.java | 37 +++ .../fnexecution/control/RemoteExecutionTest.java | 230 +++++++++++++++++++ .../fnexecution/control/SdkHarnessClientTest.java | 2 +- .../data/RemoteInputDestinationTest.java | 56 +++++ 10 files changed, 592 insertions(+), 23 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
