[
https://issues.apache.org/jira/browse/BEAM-5145?focusedWorklogId=134679&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-134679
]
ASF GitHub Bot logged work on BEAM-5145:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Aug/18 19:56
Start Date: 14/Aug/18 19:56
Worklog Time Spent: 10m
Work Description: toelen edited a comment on issue #6212: [BEAM-5145]
Make PTransform names stable in Join/CoGroupByKey
URL: https://github.com/apache/beam/pull/6212#issuecomment-412995665
If I change
`return input.apply(mytransform2())
.apply(mytransform2());
`
to
`return input.apply("tr-1", mytransform2())
.apply("tr-2", mytransform2());
`
then the pipeline runs fine, and has stable/unique names. This is what I
wanted to do inside Join/CoGroupByKey
----------------------------------------------------------------
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: 134679)
Time Spent: 1h (was: 50m)
> Make PTransform names stable in Join/CoGroupByKey
> -------------------------------------------------
>
> Key: BEAM-5145
> URL: https://issues.apache.org/jira/browse/BEAM-5145
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Leen Toelen
> Priority: Trivial
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)