-
Notifications
You must be signed in to change notification settings - Fork 904
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
[REVIEW] Add ignore_order
parameter to dask-cudf concat dispatch
#7765
Conversation
cc @rjzamora (for vis) |
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7765 +/- ##
===============================================
+ Coverage 81.86% 82.67% +0.80%
===============================================
Files 101 101
Lines 16884 17430 +546
===============================================
+ Hits 13822 14410 +588
+ Misses 3062 3020 -42
Continue to review full report at Codecov.
|
Thanks Prem! 😄 |
A new parameter was added to dask upstream which is breaking dask-cudf: dask/dask#7398
In this PR added that parameter to unblock the breakage.