[
https://issues.apache.org/jira/browse/BEAM-13626?focusedWorklogId=706554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-706554
]
ASF GitHub Bot logged work on BEAM-13626:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jan/22 23:37
Start Date: 10/Jan/22 23:37
Worklog Time Spent: 10m
Work Description: lostluck merged pull request #16471:
URL: https://github.com/apache/beam/pull/16471
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 706554)
Time Spent: 1h 40m (was: 1.5h)
> Outdated Transform.Inputs values when chaining expanded transforms
> ------------------------------------------------------------------
>
> Key: BEAM-13626
> URL: https://issues.apache.org/jira/browse/BEAM-13626
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Tianyang Hu
> Assignee: Tianyang Hu
> Priority: P2
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> For:
> pcol := ...
> tmp := beam.CrossLanguage(..., \{"foo": pcol}, ...)
> out := beam.CrossLanguage(..., \{"bar": tmp}, ...)
> In the result model pipeline, the second expanded transform's inputs may hold
> a map from local name to the original PCollection/node ID, even if the first
> expansion has changed the output IDs.
> Looks like a fix is to move the output name remapping after
> mergeExpandedWithPipeline:
> [https://github.com/apache/beam/blob/928da54e1a95219bfbfa420fbf9c8fb5514fd683/sdks/go/pkg/beam/core/runtime/graphx/translate.go#L160-L163]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)