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

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

                Author: ASF GitHub Bot
            Created on: 10/May/18 18:16
            Start Date: 10/May/18 18:16
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #5277: 
[BEAM-3515] Portable translation of SplittableProcessKeyed
URL: https://github.com/apache/beam/pull/5277#discussion_r187413603
 
 

 ##########
 File path: model/pipeline/src/main/proto/beam_runner_api.proto
 ##########
 @@ -352,6 +356,20 @@ message ParDoPayload {
   bool splittable = 6;
 }
 
+// The payload for the primitive SplittableProcessKeyed transform.
+message SplittableProcessKeyedPayload {
+
+  // (Required) The SdkFunctionSpec of the splittable DoFn.
+  SdkFunctionSpec do_fn = 1;
+
+  // (Optional) A mapping of local input names to side inputs, describing
+  // the expected access pattern.
+  map<string, SideInput> side_inputs = 3;
+
+  // (Required) Id of the restriction coder.
 
 Review comment:
   Let's add the `restriction_coder_id` to the ParDoPayload right now.

----------------------------------------------------------------
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: 100737)
    Time Spent: 3h  (was: 2h 50m)

> Use portable ParDoPayload for SDF in DataflowRunner
> ---------------------------------------------------
>
>                 Key: BEAM-3515
>                 URL: https://issues.apache.org/jira/browse/BEAM-3515
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-dataflow
>            Reporter: Kenneth Knowles
>            Assignee: Eugene Kirpichov
>            Priority: Major
>              Labels: portability
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> The Java-specific blobs transmitted to Dataflow need more context, in the 
> form of portability framework protos.



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

Reply via email to