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 798e907 Merge pull request #4716 from
yifanzou/yifan_python_rc_validation
add 8dfafcc Add To/From Proto Round Trip for ExecutableStage
add 51293f7 Make GreedyStageFuser a Factory Class
new 8a39c80 Merge pull request #4695: Add To/From Proto Round Trip for
ExecutableStage
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:
.../runners/core/construction/Environments.java | 22 ++
.../core/construction/graph/ExecutableStage.java | 84 ++++++--
.../core/construction/graph/FusedPipeline.java | 38 ++++
.../graph/GreedilyFusedExecutableStage.java | 233 ---------------------
.../graph/GreedyPCollectionFusers.java | 38 +++-
.../construction/graph/GreedyPipelineFuser.java | 4 +-
.../core/construction/graph/GreedyStageFuser.java | 178 ++++++++++++++++
.../graph/ImmutableExecutableStage.java | 52 +++++
.../core/construction/graph/QueryablePipeline.java | 2 +-
.../construction/graph/ExecutableStageTest.java | 156 ++++++++++++++
...bleStageTest.java => GreedyStageFuserTest.java} | 34 +--
11 files changed, 566 insertions(+), 275 deletions(-)
delete mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/GreedilyFusedExecutableStage.java
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/GreedyStageFuser.java
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/ImmutableExecutableStage.java
create mode 100644
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/graph/ExecutableStageTest.java
rename
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/graph/{GreedilyFusedExecutableStageTest.java
=> GreedyStageFuserTest.java} (97%)
--
To stop receiving notification emails like this one, please contact
[email protected].