Neal Richardson created ARROW-6153:
--------------------------------------
Summary: [R] Address parquet deprecation warning
Key: ARROW-6153
URL: https://issues.apache.org/jira/browse/ARROW-6153
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Neal Richardson
Assignee: Romain François
[~wesmckinn] has been refactoring the Parquet C++ library and there's now this
deprecation warning appearing when I build the R package locally:
{code:java}
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include"
-DNDEBUG -DNDEBUG -I/usr/local/include -DARROW_R_WITH_ARROW
-I"/Users/enpiar/R/Rcpp/include" -isysroot
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC
-Wall -g -O2 -c parquet.cpp -o parquet.o parquet.cpp:66:23: warning:
'OpenFile' is deprecated: Deprecated since 0.15.0. Use FileReaderBuilder
[-Wdeprecated-declarations] parquet::arrow::OpenFile(file,
arrow::default_memory_pool(), *props, &reader)); ^
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)