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

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

                Author: ASF GitHub Bot
            Created on: 21/Nov/19 01:51
            Start Date: 21/Nov/19 01:51
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on issue #10183: [BEAM-7850] Makes 
environment ID a top level attribute of PTransform.
URL: https://github.com/apache/beam/pull/10183#issuecomment-556821932
 
 
   The proto changes makes sense to me. The one bit I'm not sure of is how this 
will look for cross-language UDFs, but I think that will still look very 
different than the current SdfFunctionSpecs, and possibly will be modeled as 
"side" PTransforms which this would be in line with. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 347119)
    Time Spent: 0.5h  (was: 20m)

> Make Environment a top level attribute of PTransform
> ----------------------------------------------------
>
>                 Key: BEAM-7850
>                 URL: https://issues.apache.org/jira/browse/BEAM-7850
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-model
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Chamikara Madhusanka Jayalath
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently Environment is not a top level attribute of the PTransform (of 
> runner API proto).
> [https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto#L99]
> Instead it is hidden inside various payload objects. For example, for ParDo, 
> environment will be inside SdkFunctionSpec of ParDoPayload.
> [https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto#L99]
>  
> This makes tracking environment of different types of PTransforms harder and 
> we have to fork code (on the type of PTransform) to extract the Environment 
> where the PTransform should be executed. It will probably be simpler to just 
> make Environment a top level attribute of PTransform.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to