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/08 20:38:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903306#comment-16903306 ] 

Wes McKinney commented on ARROW-6153:
-------------------------------------

I am fixing this in my patch for ARROW-6152

> [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
>
> [~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)