[
https://issues.apache.org/jira/browse/BEAM-3545?focusedWorklogId=82375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82375
]
ASF GitHub Bot logged work on BEAM-3545:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/18 18:01
Start Date: 20/Mar/18 18:01
Worklog Time Spent: 10m
Work Description: wcn3 commented on a change in pull request #4899:
[BEAM-3545] Go SDK UserCounters
URL: https://github.com/apache/beam/pull/4899#discussion_r175863310
##########
File path: sdks/go/pkg/beam/core/util/ptransform/ptransform.go
##########
@@ -0,0 +1,19 @@
+package ptransform
+
+import "context"
+
+var key = struct{ Key string }{Key: "beam:ptransform"}
Review comment:
This is typically done using a type definition of a string rather than an
anonymous struct. This just seems unusual without any motivation for using a
more complicated type.
----------------------------------------------------------------
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: 82375)
Time Spent: 40m (was: 0.5h)
> Fn API metrics in Go SDK harness
> --------------------------------
>
> Key: BEAM-3545
> URL: https://issues.apache.org/jira/browse/BEAM-3545
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-go
> Reporter: Kenneth Knowles
> Assignee: Robert Burke
> Priority: Major
> Labels: portability
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)