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

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

                Author: ASF GitHub Bot
            Created on: 30/Jul/18 20:03
            Start Date: 30/Jul/18 20:03
    Worklog Time Spent: 10m 
      Work Description: bsidhom commented on a change in pull request #6082: 
[BEAM-2930] Side inputs are not yet supported in streaming mode.
URL: https://github.com/apache/beam/pull/6082#discussion_r206302099
 
 

 ##########
 File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkStreamingPortablePipelineTranslator.java
 ##########
 @@ -433,12 +433,17 @@ private void translateImpulse(
       throw new RuntimeException(e);
     }
 
-    String inputPCollectionId = 
Iterables.getOnlyElement(transform.getInputsMap().values());
+    String inputPCollectionId = stagePayload.getInput();
+    // TODO: BEAM-2930
 
 Review comment:
   This is easier to reference if you include a full link rather than just the 
issue number.

----------------------------------------------------------------
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: 128918)
    Time Spent: 40m  (was: 0.5h)

> Flink support for portable side input
> -------------------------------------
>
>                 Key: BEAM-2930
>                 URL: https://issues.apache.org/jira/browse/BEAM-2930
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-flink
>            Reporter: Henning Rohde
>            Priority: Major
>              Labels: portability
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to