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

[jira] [Resolved] (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 ]

Ben Kietzman resolved ARROW-10071.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 8246
[https://github.com/apache/arrow/pull/8246]

> [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
>             Fix For: 2.0.0
>
>          Time Spent: 3h
>  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)