-
Notifications
You must be signed in to change notification settings - Fork 931
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
[FEA] Fixed-point support for to_arrow and from_arrow #7116
Comments
This will be a little tricky since Arrow uses 128bit integers for its fixed-point decimal representation. We'll need some conversion logic and such. |
This issue has been labeled |
This is planned to be tackled in 0.19. |
@codereport and I will be pairing on this, PR should be up shortly! |
Closes #7116 Authors: - Ashwin Srinath (https://github.com/shwina) - Conor Hoekstra (https://github.com/codereport) Approvers: - Keith Kraus (https://github.com/kkraus14) - GALI PREM SAGAR (https://github.com/galipremsagar) - Vukasin Milovanovic (https://github.com/vuule) - Jake Hemstad (https://github.com/jrhemstad) URL: #7609
Closes rapidsai#7116 Authors: - Ashwin Srinath (https://github.com/shwina) - Conor Hoekstra (https://github.com/codereport) Approvers: - Keith Kraus (https://github.com/kkraus14) - GALI PREM SAGAR (https://github.com/galipremsagar) - Vukasin Milovanovic (https://github.com/vuule) - Jake Hemstad (https://github.com/jrhemstad) URL: rapidsai#7609
Is your feature request related to a problem? Please describe.
Spark supports fixed-point precision for conversion to/from Arrow
Describe the solution you'd like
We need to support to_arrow and from_arrow for fixed-point precision
Additional context
This builds upon #3556
The text was updated successfully, but these errors were encountered: