Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
wesmckinn has been refactoring the Parquet C++ library and there's now this deprecation warning appearing when I build the R package locally:
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)); ^