[
https://issues.apache.org/jira/browse/BEAM-11519?focusedWorklogId=535828&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535828
]
ASF GitHub Bot logged work on BEAM-11519:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jan/21 00:58
Start Date: 14/Jan/21 00:58
Worklog Time Spent: 10m
Work Description: lostluck commented on a change in pull request #13606:
URL: https://github.com/apache/beam/pull/13606#discussion_r556934558
##########
File path: sdks/go/pkg/beam/artifact/materialize.go
##########
@@ -39,27 +42,31 @@ import (
// TODO(lostluck): 2018/05/28 Extract these from their enum descriptors in the
pipeline_v1 proto
const (
+ URNFileArtifact = "beam:artifact:type:file:v1"
+ URNPypiInstallReq = "beam:artifact:role:pypi_install_req:v1"
URNStagingTo = "beam:artifact:role:staging_to:v1"
NoArtifactsStaged = "__no_artifacts_staged__"
)
+var idCounter uint64
Review comment:
Please move this line to just above the generateId function. Go style
doesn't require package variables to be declared at the top of the file.
Please also add a comment why we need a global counter variable.
----------------------------------------------------------------
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: 535828)
Time Spent: 3.5h (was: 3h 20m)
> Adding PYPI_INSTALL_REQ role and SDK container support
> ------------------------------------------------------
>
> Key: BEAM-11519
> URL: https://issues.apache.org/jira/browse/BEAM-11519
> Project: Beam
> Issue Type: Sub-task
> Components: beam-model, cross-language, sdk-py-harness
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> Adding PYPI_INSTALL_REQ role and SDK container support
--
This message was sent by Atlassian Jira
(v8.3.4#803005)