-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
I cannot able to downgrade arrow from version 2.0.0 to 1.0.1 since arrow::install_arrow() always installs the latest version.
Steps to reproduce:
devtools::install_version("arrow", version = "1.0.1")
arrow::install_arrow()
If I skip the arrow::install_arrow(), I am not able to use the gzip compression (WARNING: Arrow Gzip is not available, try using arrow::install_arrow())
Environment: R version 3.6.1 (2019-07-05)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 19.10
Reporter: Vinicius Pinto
Assignee: Jonathan Keane / @jonkeane
Original Issue Attachments:
PRs and other links:
Note: This issue was originally created as ARROW-10624. Please see the migration documentation for further details.