pskevin commented on a change in pull request #12445:
URL: https://github.com/apache/beam/pull/12445#discussion_r471794342



##########
File path: sdks/go/pkg/beam/pipeline.go
##########
@@ -60,7 +60,8 @@ func (s Scope) String() string {
 // Pipelines can safely be executed concurrently.
 type Pipeline struct {
        // real is the deferred execution Graph as it is being constructed.
-       real *graph.Graph
+       real               *graph.Graph
+       ExpandedTransforms map[string]*ExternalTransform

Review comment:
       Removed from pipeline.




----------------------------------------------------------------
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