You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nathan TeBlunthuis (Jira)" <ji...@apache.org> on 2020/08/17 21:35:00 UTC

[jira] [Created] (ARROW-9776) read_feather causes segfault in R if file doesn't exist

Nathan TeBlunthuis created ARROW-9776:
-----------------------------------------

             Summary: read_feather causes segfault in R if file doesn't exist
                 Key: ARROW-9776
                 URL: https://issues.apache.org/jira/browse/ARROW-9776
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 1.0.0
         Environment: R 4.0.2
Centos 7
            Reporter: Nathan TeBlunthuis


This is easy to reproduce. 

 
{code:java}
library(arrow)

read_feather("test")


{code}



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