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

Avoid GPU shuffle for round-robin of unsortable types #2145

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Apr 15, 2021

Fixes #2048

Round-robin partitioning requires a sort if spark.sql.execution.sortBeforeRepartition is true. Not every type that can be shuffled by the GPU can be sorted by the GPU, so extra type checks are needed in that specific case.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe self-assigned this Apr 15, 2021
@jlowe
Copy link
Member Author

jlowe commented Apr 15, 2021

build

@jlowe jlowe merged commit 83d4220 into NVIDIA:branch-0.5 Apr 15, 2021
@sameerz sameerz added the bug Something isn't working label Apr 18, 2021
@sameerz sameerz added this to the Apr 12 - Apr 23 milestone Apr 18, 2021
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe deleted the fix-repartition branch September 10, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] split function+ repartition result in "ai.rapids.cudf.CudaException: device-side assert triggered"
3 participants