You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/05/05 15:34:00 UTC

[jira] [Updated] (ARROW-12642) [R] LIBARROW_MINIMAL env var should not be case-sensitive

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

Neal Richardson updated ARROW-12642:
------------------------------------
    Summary: [R] LIBARROW_MINIMAL env var should not be case-sensitive  (was: [R] missing lz4 after install_arrow() on ubuntu 20.04)

> [R] LIBARROW_MINIMAL env var should not be case-sensitive
> ---------------------------------------------------------
>
>                 Key: ARROW-12642
>                 URL: https://issues.apache.org/jira/browse/ARROW-12642
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>         Environment: ubuntu 20.04
>            Reporter: Ben Zipperer
>            Priority: Major
>
> Hi, since arrow 4.0.0 I'm having trouble getting the lz4 codec installed on ubuntu 20.04. After installing arrow 4.0.0 via CRAN, I run 
> {code:java}
> install_arrow(binary = FALSE, minimal = FALSE) 
> {code}
> After this completes, then
> {code:java}
> arrow_available()
> [1] TRUE
> codec_is_available("lz4")
> [1] FALSE
> {code}
> What can I do to help resolve this problem?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)