thisisnic commented on code in PR #37777:
URL: https://github.com/apache/arrow/pull/37777#discussion_r1328995563
##########
r/R/arrow-package.R:
##########
@@ -196,6 +196,20 @@ configure_tzdb <- function() {
)
)
}
+
+ # On MacOS only, Check if we are running in under emulation, and warn this
will not work
+ rosetta <- identical(sysname, "darwin") && identical(system("sysctl -n
sysctl.proc_translated", intern = TRUE), "1")
+ if (rosetta) {
+ packageStartupMessage(
Review Comment:
I guess it depends on the extent of the problem; does it always segfault, or
just when we use some of the functionality?
--
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]