jonkeane opened a new pull request, #37777:
URL: https://github.com/apache/arrow/pull/37777

   Resolves #37760
   
   ### Rationale for this change
   
   If someone is running R under emulation, arrow segfaults without error. We 
can detect this when we load so can also warn people that this is not 
recommended. Though the version of R being run is not directly an arrow issue, 
arrow fails very quickly in this configuration.
   
   ### What changes are included in this PR?
   
   Detect when running under rosetta (on macOS only) and warn when the library 
is attached
   
   ### Are these changes tested?
   
   No, given the paucity of ARM-based mac CI, testing this organically would be 
difficult. But the logic is straightforward.
   
   ### Are there any user-facing changes?
   
   Yes, a warning when someone loads arrow under emulation.


-- 
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