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

[R] Make decimal128 data available in R without requiring lossy conversions #19937

Closed
asfimport opened this issue Oct 26, 2018 · 2 comments
Closed

Comments

@asfimport
Copy link

Reporter: Wes McKinney / @wesm

PRs and other links:

Note: This issue was originally created as ARROW-3628. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
@romainfrancois Do you still plan to work on this?

cc @nealrichardson

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
There's still no (to my knowledge) real way to represent and manipulate Decimal128 data in R. We have the lossy conversion (to float64) implemented from Arrow to R. If you want lossless handling of Decimal* data, there's now the option to do all of the manipulation in Arrow with its richer type system, driving it from R.

I'll close this but we can revisit if/whenever a native R implementation for Decimal data appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant