Closed aaronschiff closed 7 months ago
Sorry, I just saw this has already been reported as part of a separate issue
First time user of arrow, getting the same error. Is the problem with arrow itself or with the arrow R package? (trying to work out if I should install a previous version of arrow itself, or just the arrow R package). Are you able to link to the issue where it has already been reported? (I couldn't spot it).
@stevecondylios see here for a fix: https://github.com/apache/arrow/issues/40667
It's an issue with the version 15.0.1 package on CRAN
@aaronschiff thanks a lot, got it working 2 minutes after reading your reply.
In case anyone else ends up here, you temporarily need to install like so:
install.packages('arrow', repos = c('https://apache.r-universe.dev'))
(source)
Describe the bug, including details regarding any error messages, version, and platform.
On MacOS, after I updated the arrow R package to 15.0.1, write_parquet() fails:
It was working prior to the update (version 15.0.0, I think). I tried removing and re-installing the package but it didn't help. The read_parquet() function works fine however.
Output from arrow_info():
Component(s)
R