[
https://issues.apache.org/jira/browse/ARROW-12618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337560#comment-17337560
]
William Michael Landau commented on ARROW-12618:
------------------------------------------------
Apologies that the issue appeared blank at first. The details are now filled in.
> [R] Cannot call parquet___WriterProperties___Builder__create()
> ---------------------------------------------------------------
>
> Key: ARROW-12618
> URL: https://issues.apache.org/jira/browse/ARROW-12618
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 4.0.0
> Environment: Mac OS
> Reporter: William Michael Landau
> Priority: Major
>
> When I install the arrow R package on a fresh Mac OS machine, I see errors
> when I try to save a Parquet file. Please see
> [https://github.com/wlandau/arrow-reprex/runs/2478007092?check_suite_focus=true]
> for a reproducible example.
>
>
> {code:java}
> arrow::write_parquet(mtcars, tempfile())
> #> 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.
> #> Calls: <Anonymous> ... <Anonymous> ->
> parquet___WriterProperties___Builder__create
> #> Execution halted{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)