-
Notifications
You must be signed in to change notification settings - Fork 912
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
Remove "legacy" Dask DataFrame support from Dask cuDF #17558
base: branch-25.02
Are you sure you want to change the base?
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
…to remove-legacy-dataframe
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.
Packaging changes look good to me. Will defer to others on the substance of removing this support.
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.
LGTM
"The legacy DataFrame API is not supported in dask_cudf>24.12. " | ||
"Please enable query-planning, or downgrade to dask_cudf<=24.12" |
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.
"The legacy DataFrame API is not supported in dask_cudf>24.12. " | |
"Please enable query-planning, or downgrade to dask_cudf<=24.12" | |
"The legacy DataFrame API is not supported in dask_cudf>24.12." | |
"Please enable query-planning, or downgrade to dask_cudf<=24.12" |
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.
Don't we want a space between the period and the first word of the next sentence?
Update: This is blocked by rapidsai/dask-cuda#1417 (which is now ready for review) |
…to remove-legacy-dataframe
Update: This PR now removes 2,000+ lines of code that would be essentially "dead" outside the legacy API. |
/okay to test |
Description
The legacy Dask DataFrame API is deprecated. We should remove it for 25.02 to reduce maintenance burden.
Blockers:
Checklist