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

2020-08-17 Thread Nathan TeBlunthuis (Jira)
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)


[jira] [Created] (ARROW-9303) Can't install R arrow on CentOS 7.6.1810

2020-07-02 Thread Nathan TeBlunthuis (Jira)
Nathan TeBlunthuis created ARROW-9303:
-

 Summary: Can't install R arrow on CentOS 7.6.1810
 Key: ARROW-9303
 URL: https://issues.apache.org/jira/browse/ARROW-9303
 Project: Apache Arrow
  Issue Type: Bug
  Components: R
Affects Versions: 0.17.1
 Environment: CentOS 7.6.1810
R 4.0.2
Reporter: Nathan TeBlunthuis


I'm following the instructions here: https://arrow.apache.org/install/

arrow::install_arrow()

gives error:

{{./configure: line 132: cd: libarrow/arrow-0.17.1/lib: No such file or 
directory}}

{{This leaves me without a working arrow::read_feather.}}



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