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

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

     [ https://issues.apache.org/jira/browse/ARROW-10071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-10071:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)