-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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: