You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vinicius Pinto (Jira)" <ji...@apache.org> on 2020/11/16 20:58:00 UTC

[jira] [Updated] (ARROW-10624) [R] Unable to downgrade arrow

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

Vinicius Pinto updated ARROW-10624:
-----------------------------------
    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()}})

 

  was:
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()}})

 


> [R] Unable to downgrade arrow
> -----------------------------
>
>                 Key: ARROW-10624
>                 URL: https://issues.apache.org/jira/browse/ARROW-10624
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 2.0.0
>         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
>            Priority: Major
>
> 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()}})
>  



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