[ 
https://issues.apache.org/jira/browse/BEAM-3895?focusedWorklogId=82566&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82566
 ]

ASF GitHub Bot logged work on BEAM-3895:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Mar/18 00:35
            Start Date: 21/Mar/18 00:35
    Worklog Time Spent: 10m 
      Work Description: tgroh commented on a change in pull request #4910: 
[BEAM-3895] Add Side Inputs to ExecutableStage
URL: https://github.com/apache/beam/pull/4910#discussion_r175961702
 
 

 ##########
 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:
   Point. The deep immutability of `ImmutableExecutableStage`, or at least it's 
collections, is a responsibility of that class, so it's really being defensive 
against abstraction failure.

----------------------------------------------------------------
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: 82566)
    Time Spent: 1h 10m  (was: 1h)

> 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 10m
>  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)

Reply via email to