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/01/11 16:39:00 UTC

[jira] [Resolved] (ARROW-10850) [R] Unrecognized compression type: LZ4

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

Neal Richardson resolved ARROW-10850.
-------------------------------------
      Assignee: Jonathan Keane
    Resolution: Duplicate

Fix was added in ARROW-11163; ARROW-10623 adds forwards/backwards compatibility testing to prevent future issues.

> [R] Unrecognized compression type: LZ4
> --------------------------------------
>
>                 Key: ARROW-10850
>                 URL: https://issues.apache.org/jira/browse/ARROW-10850
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 2.0.0
>         Environment: Windows 10, R 3.6.2, RStudio 1.3.1073
>            Reporter: Chris Kennedy
>            Assignee: Jonathan Keane
>            Priority: Major
>              Labels: LZ4
>             Fix For: 3.0.0
>
>
> Hello,
> I have recently re-installed Arrow from CRAN in R 3.6.2 and it no longer can import a feather file with LZ4 compression (whereas in previous months this worked fine):
> {code:java}
> > data = suppressWarnings(arrow::read_feather("blah.feather"))
> {code}
> {noformat}
> Error in ipc___feather___Reader__Read(self, columns) : Invalid: Unrecognized compression type: LZ4{noformat}
> I have attempted to install from source but continue to receive this error. According to the documentation though shouldn't the CRAN package also have LZ4 support? Is it possible that the CRAN build has lost LZ4 support? My feather file was created in pandas.
> If I install version 1.0.1 I can import the data correctly:
> {code:java}
> devtools::install_version("arrow", version = "1.0.1"){code}
> Happy to send over any other information that could be helpful, and apologies if I am making some mistake on my end.
> Thanks,
> Chris



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