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

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

                Author: ASF GitHub Bot
            Created on: 13/May/20 19:34
            Start Date: 13/May/20 19:34
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on a change in pull request #11670:
URL: https://github.com/apache/beam/pull/11670#discussion_r424682770



##########
File path: sdks/go/pkg/beam/core/runtime/graphx/translate.go
##########
@@ -213,6 +213,7 @@ func (m *marshaller) addScopeTree(s *ScopeTree) string {
        transform := &pipepb.PTransform{
                UniqueName:    s.Scope.Name,
                Subtransforms: subtransforms,
+               EnvironmentId: m.addDefaultEnv(),

Review comment:
       So, it's now the case that Composite Transforms *should* have 
environments?




----------------------------------------------------------------
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: 432791)
    Time Spent: 20m  (was: 10m)

> Allow setting environment ID to all transforms in the SDK
> ---------------------------------------------------------
>
>                 Key: BEAM-9001
>                 URL: https://issues.apache.org/jira/browse/BEAM-9001
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core, sdk-java-harness, sdk-py-core, 
> sdk-py-harness
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Luke Cwik
>            Priority: Blocker
>             Fix For: 2.21.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently Beam SDKs set environment in a known set of transforms and do not 
> not set it in others. Runners expect certain transforms to not to resolve to 
> an environment.
> It might be cleaner to set environment in all transforms by default (at the 
> SDKs) and allow runners to override this for transforms that are naively 
> implemented in the corresponding runners.



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

Reply via email to