[
https://issues.apache.org/jira/browse/BEAM-3287?focusedWorklogId=81957&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-81957
]
ASF GitHub Bot logged work on BEAM-3287:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/18 18:27
Start Date: 19/Mar/18 18:27
Worklog Time Spent: 10m
Work Description: lostluck commented on a change in pull request #4888:
[BEAM-3287] Add Go support for universal runners, incl Flink
URL: https://github.com/apache/beam/pull/4888#discussion_r175273651
##########
File path: sdks/go/pkg/beam/core/runtime/graphx/translate.go
##########
@@ -28,12 +28,12 @@ import (
const (
// Model constants
- URNImpulse = "urn:beam:transform:impulse:v1"
+ URNImpulse = "beam:transform:impulse:v1"
URNParDo = "urn:beam:transform:pardo:v1"
Review comment:
Should ParDo still be prefixed with "urn:" ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 81957)
> Go SDK support for portable pipelines
> -------------------------------------
>
> Key: BEAM-3287
> URL: https://issues.apache.org/jira/browse/BEAM-3287
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Henning Rohde
> Assignee: Henning Rohde
> Priority: Major
> Labels: portability
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The Go SDK should participate in the portability framework, incl. job
> submission w/ a docker container image.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)