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

Use upstream Dask for complex sorting operations #336

Merged
merged 3 commits into from
Jan 14, 2022

Conversation

charlesbluca
Copy link
Collaborator

Waiting on a Dask release with dask/dask#8345 and for rapidsai/cudf#9789 to get merged in:

Trims down the graph for complex sorts (i.e. multiple non-default ascending / null position booleans) by passing dask-sql's custom sorting function directly to upstream Dask's sort_values; this shouldn't be too impactful, but saves us an unnecessary call to map_partitions(M.sort_values, ...) while also cleaning the sorting code up further.

@charlesbluca charlesbluca marked this pull request as draft December 1, 2021 16:57
@charlesbluca charlesbluca marked this pull request as ready for review January 14, 2022 15:12
@charlesbluca
Copy link
Collaborator Author

Both PRs are merged in now, so this should pass CI whenever the next gpuCI image is built

@charlesbluca charlesbluca merged commit cf3c076 into dask-contrib:main Jan 14, 2022
@charlesbluca charlesbluca deleted the use-custom-sort branch January 19, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant