lukecwik commented on a change in pull request #11670:
URL: https://github.com/apache/beam/pull/11670#discussion_r424687060



##########
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:
       Yes.
   
   It was to cover the case where the runner knows what the composite transform 
means such as a combiner and lifts it appropriately.




----------------------------------------------------------------
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:
[email protected]


Reply via email to