You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2022/04/08 22:23:00 UTC

[jira] [Resolved] (ARROW-16156) [R] Clarify warning message for features not turned on in .onAttach()

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

Jonathan Keane resolved ARROW-16156.
------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12842
[https://github.com/apache/arrow/pull/12842]

> [R] Clarify warning message for features not turned on in .onAttach()
> ---------------------------------------------------------------------
>
>                 Key: ARROW-16156
>                 URL: https://issues.apache.org/jira/browse/ARROW-16156
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Dewey Dunnington
>            Assignee: Dewey Dunnington
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> After ARROW-15818 We get an extra message on package load because most users will not have `-DARROW_ENGINE=ON`. We should add "engine" to the list of capabilities that we don't warn about ( https://github.com/apache/arrow/blob/master/r/R/arrow-package.R#L264-L270 ) and perhaps clarify the message so that it's more obvious why it shows up.
> {noformat}
> library(arrow)
> #> See arrow_info() for available features
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)