Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.0
-
Windows 10, R 3.6.2, RStudio 1.3.1073
Description
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):
> data = suppressWarnings(arrow::read_feather("blah.feather"))
Error in ipc___feather___Reader__Read(self, columns) : Invalid: Unrecognized compression type: LZ4
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:
devtools::install_version("arrow", version = "1.0.1")
Happy to send over any other information that could be helpful, and apologies if I am making some mistake on my end.
Thanks,
Chris