Dyfan Jones created ARROW-14597:
-----------------------------------
Summary: Github actions install r-arrow with snappy compression
Key: ARROW-14597
URL: https://issues.apache.org/jira/browse/ARROW-14597
Project: Apache Arrow
Issue Type: New Feature
Reporter: Dyfan Jones
Hi All,
I am having difficutly installing r-arrow with snappy compression on github
action. I have set environment variable `ARROW_WITH_SNAPPY: ON`
([https://github.com/DyfanJones/noctua/blob/0079bf997737516fd3e1b61dbde7510044f79a2f/.github/workflows/R-CMD-check.yaml]
). However I get the following error in my unit tests:
{code:java}
Error: Error: NotImplemented: Support for codec 'snappy' not built
In order to read this file, you will need to reinstall arrow with
additional features enabled.
Set one of these environment variables before installing:
* LIBARROW_MINIMAL=false (for all optional features, including 'snappy')
* ARROW_WITH_SNAPPY=ON (for just 'snappy')
See https://arrow.apache.org/docs/r/articles/install.html for detail{code}
arrow version: 6.0.0.2
My PR [https://github.com/DyfanJones/noctua/pull/169] with the github actions
issue.
Any advice is much appericated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)