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

Int32 -2147483648 is converted to NA in R #894

Open
eitsupi opened this issue Mar 4, 2024 · 0 comments
Open

Int32 -2147483648 is converted to NA in R #894

eitsupi opened this issue Mar 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eitsupi
Copy link
Collaborator

eitsupi commented Mar 4, 2024

Same issue of apache/arrow#40194

polars::pl$Series("-2147483648")$cast(pl$Int32) |> as.vector()
#> [1] NA

Created on 2024-03-04 with reprex v2.0.2

@eitsupi eitsupi added the bug Something isn't working label Mar 4, 2024
@eitsupi eitsupi changed the title Arrays containing -2147483648 are converted to NA in R Int32 -2147483648 is converted to NA in R Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant