[
https://issues.apache.org/jira/browse/BEAM-8292?focusedWorklogId=408093&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-408093
]
ASF GitHub Bot logged work on BEAM-8292:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Mar/20 17:39
Start Date: 23/Mar/20 17:39
Worklog Time Spent: 10m
Work Description: lostluck commented on issue #11197: [BEAM-8292]
Portable Reshuffle for Go SDK
URL: https://github.com/apache/beam/pull/11197#issuecomment-602750930
Run Go Postcommit
----------------------------------------------------------------
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: 408093)
Time Spent: 40m (was: 0.5h)
> Add a Reshuffle PTransform preventing fusion of the surrounding transforms
> --------------------------------------------------------------------------
>
> Key: BEAM-8292
> URL: https://issues.apache.org/jira/browse/BEAM-8292
> Project: Beam
> Issue Type: New Feature
> Components: sdk-go
> Reporter: John Patoch
> Assignee: Robert Burke
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Reshuffle is a PTransform that takes a PCollection<A> and shuffles the data
> to help increase parallelism.
> Reshuffle adds a temporary random key to each element, performs a
> GroupByKey, and finally removes the temporary key.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)