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

Support expression-based Dask Dataframe API #5835

Merged
merged 9 commits into from
Apr 10, 2024

Conversation

rjzamora
Copy link
Member

@rjzamora rjzamora commented Apr 8, 2024

Resolves current/recent CI failures related to dask-expr migration in dask.dataframe/dask_cudf.

Notes:

  • Most CI failures are resolved by avoiding imports from dask_cudf.core for instance checks. Types should be imported from the top-level dask_cudf package to ensure the proper API (legacy vs dask-expr) is used.
  • kneighbors_classifier failures are caused by Incorrect unique result for column with numerical name dask/dask-expr#1015 - The temporary workaround is to convert y to a legacy collection in this particular case.

@github-actions github-actions bot added the Cython / Python Cython or Python issue label Apr 8, 2024
@rjzamora rjzamora changed the title [DNM] Debug dask in 24.06 CI Support expression-based Dask Dataframe API Apr 9, 2024
@rjzamora rjzamora marked this pull request as ready for review April 9, 2024 17:43
@rjzamora rjzamora requested a review from a team as a code owner April 9, 2024 17:43
@rjzamora rjzamora requested a review from a team as a code owner April 10, 2024 00:18
@github-actions github-actions bot added the ci label Apr 10, 2024
@jakirkham jakirkham added bug Something isn't working non-breaking Non-breaking change labels Apr 10, 2024
ci/test_wheel.sh Outdated Show resolved Hide resolved
Co-authored-by: Peter Andreas Entschev <peter@entschev.com>
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine to me. This is blocking cuML CI so I'm eager to see it merged. I'll request an ops review since the test_wheel.sh was changed.

@bdice bdice requested a review from pentschev April 10, 2024 14:57
@dantegd
Copy link
Member

dantegd commented Apr 10, 2024

/merge

@rapids-bot rapids-bot bot merged commit d14d7e9 into rapidsai:branch-24.06 Apr 10, 2024
58 checks passed
@rjzamora rjzamora deleted the test-24.06 branch April 10, 2024 16:04
@bdice bdice mentioned this pull request Apr 10, 2024
@jakirkham
Copy link
Member

Thanks all! 🙏

rapids-bot bot pushed a commit that referenced this pull request Apr 29, 2024
Fixes some leftover `dask_cudf.core` imports missed in #5835.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Richard (Rick) Zamora (https://github.com/rjzamora)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #5874
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants