-
Notifications
You must be signed in to change notification settings - Fork 915
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
Fix dask-cudf read_parquet bug for multi-file aggregation #12663
Fix dask-cudf read_parquet bug for multi-file aggregation #12663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.04 #12663 +/- ##
===============================================
Coverage ? 85.81%
===============================================
Files ? 158
Lines ? 25151
Branches ? 0
===============================================
Hits ? 21584
Misses ? 3567
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/merge |
Description
Fixes a subtle bug in
CudfEngine.read_partition
, and removes stale code intest_parquet.py
.One motivation for this PR is to avoid CI failures if/when dask/dask#9637 is merged in upstream Dask.
Checklist