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

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

                Author: ASF GitHub Bot
            Created on: 07/May/18 20:08
            Start Date: 07/May/18 20:08
    Worklog Time Spent: 10m 
      Work Description: bsidhom commented on a change in pull request #5285: 
[BEAM-2597] Flink batch ExecutableStage operator
URL: https://github.com/apache/beam/pull/5285#discussion_r186533473
 
 

 ##########
 File path: 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/OutputReceiverFactory.java
 ##########
 @@ -18,14 +18,16 @@
 
 package org.apache.beam.runners.fnexecution.control;
 
+import org.apache.beam.sdk.fn.data.FnDataReceiver;
+
 /**
  * A factory that can create output receivers during an executable stage.
  */
 public interface OutputReceiverFactory {
   /**
    * Get a new {@link RemoteOutputReceiver} for an output PCollection.
    *
-   * This call should only be invoked once per PCollectionId per factory.
+   * <p>This call should only be invoked once per PCollection id per factory.
 
 Review comment:
   It's not necessary in all cases, but this is something we want for runner 
implementors.

----------------------------------------------------------------
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: 99171)
    Time Spent: 50m  (was: 40m)

> FlinkRunner ExecutableStage batch operator
> ------------------------------------------
>
>                 Key: BEAM-2597
>                 URL: https://issues.apache.org/jira/browse/BEAM-2597
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-flink
>            Reporter: Kenneth Knowles
>            Assignee: Ben Sidhom
>            Priority: Major
>              Labels: portability
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> This operator will execute user code in the context of an SDK harness by 
> constructing a ProcessBundleDescriptor from an ExecutableStage (physical 
> stage plan) and sending instructions/elements over the control and data 
> planes.



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

Reply via email to