[
https://issues.apache.org/jira/browse/ARROW-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-5006.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.13.0
Issue resolved by pull request 4026
[https://github.com/apache/arrow/pull/4026]
> [R] parquet.cpp does not include enough Rcpp
> --------------------------------------------
>
> Key: ARROW-5006
> URL: https://issues.apache.org/jira/browse/ARROW-5006
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Romain François
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Getting this error when compiling parquet.cpp with `-Wall` :
>
> {quote}/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/protection/Armor.h:38:23:
> warning: inline function 'Rcpp::Armor<SEXPREC *>::operator=<SEXPREC *>' is
> not defined [-Wundefined-inline]
> inline Armor& operator=( const U& x ) ;
> ^
>
> /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/r_cast.h:34:21:
> note: used here
> res = Rcpp_fast_eval(Rf_lang2(funSym, x), R_GlobalEnv);
> ^
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)