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
[email protected].