-
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 index name overrides in dask-cudf pyarrow table dispatch #15514
Remove index name overrides in dask-cudf pyarrow table dispatch #15514
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 @charlesbluca !
/merge |
@charlesbluca looks like there are real failures here, so perhaps this change isn't safe after all? |
…a/remove-arrow-dispatch-overrides
….com:charlesbluca/cudf into charlesbluca/remove-arrow-dispatch-overrides
…a/remove-arrow-dispatch-overrides
@wence- - any concerns with the recent Note: I basically set a breakpoint inside of |
|
||
out = super(DataFrame, data).to_arrow() | ||
# import pdb; pdb.set_trace() |
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.
Oops- Forgot this PR was already marked with a /merge
comment.
Forgot to remove this comment - Hopefully nothing else...
Description
Looks like these overrides should be safe to remove now that #14159 is closed out.
This should unblock the GPU CI failures we're seeing on Dask with 24.06 in dask/dask#11045.
Checklist