Reranko05 opened a new pull request, #50587: URL: https://github.com/apache/arrow/pull/50587
### Rationale The R build may pick up a system-installed simdjson when `simdjson_SOURCE` is not explicitly set. This causes build failures in environments where the system version is incompatible or unsuitable for the build. ### What changes are included? This change defaults `simdjson_SOURCE` to `BUNDLED` when it is not already set, ensuring the R build uses the bundled simdjson by default while still allowing users to override it explicitly. This addresses the macOS CRAN release and ubuntu-r-only-r (AUTO deps) failures reported in GH-50581. Related: #50581 -- 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]
