-
Notifications
You must be signed in to change notification settings - Fork 933
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
Simplify Python implementations of to_arrow/from_arrow for decimals #8430
Simplify Python implementations of to_arrow/from_arrow for decimals #8430
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.
This looks good to me! The Dask test failures seem unrelated to the changes, so maybe re-running the tests might help? Really great how much cleaner this makes the code, and wondering if this will work for other cases too :D
Retargeting to 21.10 as there's more work to be done here. We now have 32-bit decimals in Python. libcudf doesn't yet have to/from_arrow implementations for 32-bit decimal types and this PR depends on that functionality. |
@shwina @skirui-source are the necessary libcudf changes ready for this? Should we move to 21.12? |
Pushed to 21.12, as this is going to need some more work on the libcudf side. |
This PR has been labeled |
I'm closing this PR as it has gone stale. The blocker for this PR has been that libcudf has no concept of |
#7609 added libcudf implementations of these functions, so we can simplify the Python greatly.