Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split apart partition and join in ShuffleRegionJoin #1175

Closed
fnothaft opened this issue Sep 19, 2016 · 2 comments
Closed

Split apart partition and join in ShuffleRegionJoin #1175

fnothaft opened this issue Sep 19, 2016 · 2 comments

Comments

@fnothaft
Copy link
Member

This would be useful for some stuff that I am doing: in ShuffleRegionJoin.partitionAndJoin, we partition and sort the input data and then we do a join. If we've already got the data sorted and want to do another join, it's unnecessary to do another sort and repartition first. We should make it optional to do that by splitting apart the two tasks.

@heuermh
Copy link
Member

heuermh commented Sep 20, 2016

+1

@fnothaft
Copy link
Member Author

fnothaft commented Mar 3, 2017

This is done in #1324. For cleanliness, I am going to close this ticket in favor of #1216, which is the main shuffle join ticket.

@fnothaft fnothaft closed this as completed Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants