rafapereirabr opened a new issue, #40991:
URL: https://github.com/apache/arrow/issues/40991

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   It seems there is some incompatibility between the current version of the 
{arrow} package in R and the M2 and M3 processors in macOS. Two colleagues who 
have laptops with those processors have found the following ERROR when trying 
to run the code below:
   
   ```
   data("mtcars")
   head(mtcars)
   
   arrow::write_parquet(mtcars, 'mtcars.parquet')
   
   df <- arrow::read_parquet('mtcars.parquet', as_data_frame = F)
   head(df)
   ```
   > 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
   
   observation 1. This error does not occur in macOS or pcs with Intel 
processors.
   observation 2. I develop the [{censobr}](https://ipeagit.github.io/censobr/) 
package in R, and I also noticed that the package passes all CMD Checks in all 
operational systems, except in macOS. See the [latest cmd chek 
here](https://github.com/ipeaGIT/censobr/actions/runs/8461114442).
   
   ### 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]

Reply via email to