[
https://issues.apache.org/jira/browse/BEAM-10322?focusedWorklogId=454232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-454232
]
ASF GitHub Bot logged work on BEAM-10322:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jul/20 00:08
Start Date: 03/Jul/20 00:08
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #12086:
URL: https://github.com/apache/beam/pull/12086#discussion_r449317183
##########
File path:
sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py
##########
@@ -375,6 +375,8 @@ def get_all_side_inputs():
for o in transform.outputs.values():
if o in s.side_inputs():
continue
+ if o in producing_stages_by_pcoll:
Review comment:
Why is it OK to ignore duplicates?
----------------------------------------------------------------
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: 454232)
Time Spent: 1h 10m (was: 1h)
> allow only single assignment to producing stages by pcollection map
> -------------------------------------------------------------------
>
> Key: BEAM-10322
> URL: https://issues.apache.org/jira/browse/BEAM-10322
> Project: Beam
> Issue Type: Bug
> Components: runner-direct
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> allow only single assignment to producing stages by pcollection map
--
This message was sent by Atlassian Jira
(v8.3.4#803005)