aaronschiff opened a new issue, #40726:
URL: https://github.com/apache/arrow/issues/40726
### 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:
```
r$> write_parquet(x = data.frame(a = c(1, 2, 3)), sink = "test.parquet")
Error in parquet___WriterProperties___Builder__create() :
Cannot call parquet___WriterProperties___Builder__create(). See
https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow
C++ libraries.
```
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.
### Component(s)
R
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]