Skip to content

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