# create array with int64 values
library(arrow)
library(bit64)
x <- as.integer64(1:10)
a <- array(x)
a$as_vector()
# unload package
detach("package:bit64", unload = TRUE)
# crash
a$as_vector()
a$as_vector()
Reporter: Javier Luraschi / @javierluraschi
Assignee: Javier Luraschi / @javierluraschi
PRs and other links:
Note: This issue was originally created as ARROW-3647. Please see the migration documentation for further details.