This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 56eab2c Merge pull request #5799 from robertwb/root-name
add 6436c0c Makes fuser materialize PCollections used as side inputs
new e9a874f Merge pull request #5804: Makes fuser materialize
PCollections used as 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:
.../core/construction/graph/ExecutableStage.java | 3 +-
.../construction/graph/GreedyPipelineFuser.java | 11 ++--
.../core/construction/graph/GreedyStageFuser.java | 4 ++
.../core/construction/graph/QueryablePipeline.java | 18 ++++++
.../graph/GreedyPipelineFuserTest.java | 2 +-
.../construction/graph/GreedyStageFuserTest.java | 68 ++++++++++++++++++++++
6 files changed, 100 insertions(+), 6 deletions(-)