Reranko05 commented on PR #50587: URL: https://github.com/apache/arrow/pull/50587#issuecomment-5066669704
> Can we disable ARROW_JSON and ARROW_WITH_SIMDJSON forcibly with AppleClang 21 or older? @kou I noticed that the regular macOS CI jobs use older AppleClang versions: - AMD64 macOS 15: AppleClang 17.0.0.17000013 - ARM64 macOS 14: AppleClang 15.0.0.15000309 whereas the Crossbow failure was on AppleClang 21.0.0.21000101. My current condition (`AppleClang < 22`) also disables `ARROW_JSON` for AppleClang 15 and 17, which causes the regular macOS C++ CI to fail because the JSON library is no longer built. Would it make more sense to limit this workaround to AppleClang 21.x instead? -- 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]
