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

we need better handling when length is very large #1303

Closed
EmilHvitfeldt opened this issue May 17, 2024 · 2 comments
Closed

we need better handling when length is very large #1303

EmilHvitfeldt opened this issue May 17, 2024 · 2 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@EmilHvitfeldt
Copy link
Member

library(sparsevctrs)
sparse_integer(integer(), integer(), length = 100000000000)
#> Warning in sparse_integer(integer(), integer(), length = 1e+11): NAs introduced
#> by coercion to integer range
#>  [1]

Created on 2024-05-16 with reprex v2.1.0

@EmilHvitfeldt EmilHvitfeldt added the bug an unexpected problem or unintended behavior label May 17, 2024
@EmilHvitfeldt
Copy link
Member Author

wrong repo

Copy link

github-actions bot commented Jun 1, 2024

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant