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

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

                Author: ASF GitHub Bot
            Created on: 17/Aug/20 21:50
            Start Date: 17/Aug/20 21:50
    Worklog Time Spent: 10m 
      Work Description: 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]


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

    Worklog Id:     (was: 471696)
    Time Spent: 6h  (was: 5h 50m)

> Add an External transform API to Go SDK
> ---------------------------------------
>
>                 Key: BEAM-9919
>                 URL: https://issues.apache.org/jira/browse/BEAM-9919
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Kevin Sijo Puthusseri
>            Priority: P2
>          Time Spent: 6h
>  Remaining Estimate: 0h
>
> This transform will be able to expand cross-language transforms by connecting 
> to a remote expansion service through Beam expansion API.
> [https://github.com/apache/beam/blob/master/model/job-management/src/main/proto/beam_expansion_api.proto]



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

Reply via email to