[
https://issues.apache.org/jira/browse/BEAM-3895?focusedWorklogId=82533&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82533
]
ASF GitHub Bot logged work on BEAM-3895:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/18 22:59
Start Date: 20/Mar/18 22:59
Worklog Time Spent: 10m
Work Description: bsidhom commented on a change in pull request #4910:
[BEAM-3895] Add Side Inputs to ExecutableStage
URL: https://github.com/apache/beam/pull/4910#discussion_r175948457
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/GreedyStageFuser.java
##########
@@ -125,6 +128,7 @@ public static ExecutableStage forGrpcPortRead(
return ImmutableExecutableStage.of(
environment,
inputPCollection,
+ ImmutableSet.copyOf(sideInputs),
Review comment:
It's a bit weird to pessimistically copy fields here when we know that
ImmutableExecutableStage.of() already does this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 82533)
Time Spent: 1h (was: 50m)
> Side Inputs should be available on ExecutableStage
> --------------------------------------------------
>
> Key: BEAM-3895
> URL: https://issues.apache.org/jira/browse/BEAM-3895
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Thomas Groh
> Assignee: Thomas Groh
> Priority: Major
> Labels: portability
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Doing this ensures that the runner will have the side inputs immediately
> available.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)