You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/08/16 16:16:00 UTC

[jira] [Resolved] (ARROW-6153) [R] Address parquet deprecation warning

     [ https://issues.apache.org/jira/browse/ARROW-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-6153.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

Yes, this was fixed in https://github.com/apache/arrow/pull/5036

> [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: Wes McKinney
>            Priority: Major
>             Fix For: 0.15.0
>
>
> [~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)