-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R] Unable to read/write parquet files – regression of 15.0.1 CRAN binary for OSX #41050
Comments
Hi @torfason, the macOS CRAN binary for 15.0.1 unfortunately got built by CRAN without the usual features (including w/o Parquet). Until we get a fixed version up, you can install a full-featured version from r-universe, install.packages("arrow", repos = c("https://apache.r-universe.dev")) Let me know if that works for your case. |
Thanks for the quick response. Yes, installing from r-universe according to your directions worked like a charm and everything seems to work with |
Differences in things like checksums and size are expected from version-to-version due to things like metadata and enabled compression routines but if you see any differences in the data itself (values, types, dimensions) between arrow R versions please do file an issue. |
Thank you, I had the same issue and this fixed it. |
Hello. I found this post since I seem to be having the same trouble using the arrow package on a mac after updating to 15.0.1. Unfortunately the suggestion above to install from r-universe did not fix it for me. Any other suggestions? EDIT: After manually downgrading to arrow 13.0.0 (I had trouble installing anything higher), the package works again as exected. |
Describe the bug, including details regarding any error messages, version, and platform.
After upgrading to arrow 15.0.1 for R, I was unable to read or write parquet files, which in my case was quite the fundamental feature for using the package, because they are so amazing for big datasets :-)
Downgrading to 14.0.0.2 fixes this for me.
There are other issues filed about compilation problems, but this has to do with the CRAN release specifically, and so seems separate although it may be somewhat related. Following are reprexes for each version (based on manually installing the binaries I had downloaded from CRAN for each version.
15.0.1
Created on 2024-04-06 with reprex v2.1.0
14.0.0.2
Created on 2024-04-06 with reprex v2.1.0
Component(s)
R
The text was updated successfully, but these errors were encountered: