library(arrow, warn.conflicts = FALSE)
a <- Array$create(1:10)
tf <- tempfile()
saveRDS(a, tf)
b <- readRDS(tf)
b$length()
Reporter: Romain Francois / @romainfrancois
Assignee: Romain Francois / @romainfrancois
PRs and other links:
Note: This issue was originally created as ARROW-10071. Please see the migration documentation for further details.