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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16862420#comment-16862420 ] 

Neal Richardson commented on ARROW-5571:
----------------------------------------

Or, we just require Parquet. See [https://github.com/apache/arrow/pull/4492#issuecomment-501314343] and related discussion there.

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