[
https://issues.apache.org/jira/browse/BEAM-4813?focusedWorklogId=126728&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-126728
]
ASF GitHub Bot logged work on BEAM-4813:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jul/18 16:50
Start Date: 24/Jul/18 16:50
Worklog Time Spent: 10m
Work Description: lostluck commented on a change in pull request #5994:
[BEAM-4813] Refactor Go Dataflow runner and translation
URL: https://github.com/apache/beam/pull/5994#discussion_r203707307
##########
File path: sdks/go/pkg/beam/core/runtime/harness/logging.go
##########
@@ -67,6 +67,8 @@ func (l *logger) Log(ctx context.Context, sev log.Severity,
calldepth int, msg s
entry.InstructionReference = id
}
+ // fmt.Fprintln(os.Stderr, msg)
Review comment:
Consider removing commentrd out debug output.
----------------------------------------------------------------
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: 126728)
Time Spent: 1h (was: 50m)
> Make Go Dataflow translation use protos directly
> ------------------------------------------------
>
> Key: BEAM-4813
> URL: https://issues.apache.org/jira/browse/BEAM-4813
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Henning Rohde
> Assignee: Henning Rohde
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The Go SDK maintains 2 pipeline translations and keeps various tweaks in
> sync. It would be better to remove the Dataflow one and extract a more
> flexible (such as running as a separate proxy) translation from proto to
> v1beta3.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)