You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2019/09/26 03:03:00 UTC

[jira] [Updated] (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 ]

Micah Kornfield updated ARROW-5571:
-----------------------------------
    Fix Version/s: 0.15.0

> [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 Francois
>            Assignee: Romain Francois
>            Priority: Major
>             Fix For: 0.15.0
>
>
> 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
(v8.3.4#803005)