You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Romain Francois (Jira)" <ji...@apache.org> on 2020/09/23 09:33:00 UTC

[jira] [Created] (ARROW-10071) [R] segfault with ArrowObject from previous session, or saved

Romain Francois created ARROW-10071:
---------------------------------------

             Summary: [R] segfault with ArrowObject from previous session, or saved
                 Key: ARROW-10071
                 URL: https://issues.apache.org/jira/browse/ARROW-10071
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Romain Francois
            Assignee: Romain Francois


library(arrow, warn.conflicts = FALSE)

a <- Array$create(1:10)
 tf <- tempfile()
 saveRDS(a, tf)

b <- readRDS(tf)
 b$length()



--
This message was sent by Atlassian Jira
(v8.3.4#803005)