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

Add dask-cudf workaround for missing rename_axis support in cudf #16899

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

rjzamora
Copy link
Member

Description

See #16895
Closes #16892

Dask-expr uses rename_axis, which is not supported by cudf yet. This is a temporary workaround until #16895 is resolved.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@rjzamora rjzamora added bug Something isn't working 3 - Ready for Review Ready for review by team dask Dask issue non-breaking Non-breaking change labels Sep 24, 2024
@rjzamora rjzamora self-assigned this Sep 24, 2024
@github-actions github-actions bot added the Python Affects Python cuDF API. label Sep 24, 2024
@rjzamora rjzamora marked this pull request as ready for review September 24, 2024 20:37
@rjzamora rjzamora requested a review from a team as a code owner September 24, 2024 20:37
Copy link
Member

@madsbk madsbk left a comment

Choose a reason for hiding this comment

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

Looks good

@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 75c5c83 into rapidsai:branch-24.10 Sep 25, 2024
97 checks passed
@rjzamora rjzamora deleted the rename-axis-workaround branch September 25, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working dask Dask issue non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
3 participants