This is an automated email from the ASF dual-hosted git repository.
tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 5f75e14 Merge pull request #5133 from jasonkuster/patch-8
add 19c83e6 [BEAM-4056] Identify side inputs by transform id and local
name
add a1f3f2b Add side input assertions to ExecutableStageMatcher
new a7819fe Merge pull request #5118: Identify side inputs by transform
id and local name
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:
.../pipeline/src/main/proto/beam_runner_api.proto | 18 +++++--
.../core/construction/graph/ExecutableStage.java | 22 +++++---
.../core/construction/graph/GreedyStageFuser.java | 2 +-
.../graph/ImmutableExecutableStage.java | 6 +--
.../core/construction/graph/QueryablePipeline.java | 17 +++---
.../construction/graph/SideInputReference.java | 61 ++++++++++++++++++++++
.../construction/graph/ExecutableStageMatcher.java | 36 +++++++++++--
.../construction/graph/ExecutableStageTest.java | 7 ++-
.../graph/GreedyPipelineFuserTest.java | 6 +++
.../construction/graph/GreedyStageFuserTest.java | 10 ++--
.../graph/ImmutableExecutableStageTest.java | 7 ++-
.../construction/graph/QueryablePipelineTest.java | 24 ++++++---
12 files changed, 177 insertions(+), 39 deletions(-)
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/SideInputReference.java
--
To stop receiving notification emails like this one, please contact
[email protected].