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

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

                Author: ASF GitHub Bot
            Created on: 22/Aug/20 01:17
            Start Date: 22/Aug/20 01:17
    Worklog Time Spent: 10m 
      Work Description: pskevin commented on a change in pull request #12632:
URL: https://github.com/apache/beam/pull/12632#discussion_r475028271



##########
File path: sdks/go/pkg/beam/core/runtime/graphx/xlang.go
##########
@@ -0,0 +1,54 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//    http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package graphx
+
+import (
+       "github.com/apache/beam/sdks/go/pkg/beam/core/graph"
+       "github.com/apache/beam/sdks/go/pkg/beam/internal/errors"
+       pipepb "github.com/apache/beam/sdks/go/pkg/beam/model/pipeline_v1"
+)
+
+func ExpandedComponents(exp *graph.ExpandedTransform) *pipepb.Components {

Review comment:
       Thanks!




----------------------------------------------------------------
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: 473514)
    Time Spent: 9h 50m  (was: 9h 40m)

> 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: 9h 50m
>  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