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

[jira] [Resolved] (ARROW-5571) [R] Rework handing of ARROW_R_WITH_PARQUET

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

Sutou Kouhei resolved ARROW-5571.
---------------------------------
    Resolution: Not A Problem

> [R] Rework handing of ARROW_R_WITH_PARQUET
> ------------------------------------------
>
>                 Key: ARROW-5571
>                 URL: https://issues.apache.org/jira/browse/ARROW-5571
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Romain François
>            Priority: Major
>
> So that it's similar to how we deal with ARROW_R_WITH_ARROW
> perhaps instead of functions like arrow_available(), parquet_available(), ... we could have a single function returning a list, e.g. 
> {code}
> arrow::capabilities()
> #> $arrow
> #> [1] TRUE
> #> $parquet
> #> [1] TRUE
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)