[
https://issues.apache.org/jira/browse/BEAM-9577?focusedWorklogId=433962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-433962
]
ASF GitHub Bot logged work on BEAM-9577:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/May/20 22:40
Start Date: 15/May/20 22:40
Worklog Time Spent: 10m
Work Description: ibzib commented on a change in pull request #11708:
URL: https://github.com/apache/beam/pull/11708#discussion_r426075525
##########
File path: sdks/python/apache_beam/runners/portability/abstract_job_service.py
##########
@@ -288,6 +289,9 @@ def close(self):
self._zipfile_handle.close()
def file_writer(self, path):
+ # type: (str) -> Tuple[BinaryIO, str]
+ """Given a relative path, returns an open handle that can be written to
+ and an reference that can later be used to read this file."""
Review comment:
```suggestion
and a reference that can later be used to read this file."""
```
----------------------------------------------------------------
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: 433962)
Time Spent: 22h 50m (was: 22h 40m)
> Update artifact staging and retrieval protocols to be dependency aware.
> -----------------------------------------------------------------------
>
> Key: BEAM-9577
> URL: https://issues.apache.org/jira/browse/BEAM-9577
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 22h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)