Reranko05 commented on PR #50587:
URL: https://github.com/apache/arrow/pull/50587#issuecomment-5065980510

   @kou I tried implementing the workaround by forcibly disabling `ARROW_JSON` 
for AppleClang < 22 in `ThirdpartyToolchain.cmake`. Since `ARROW_WITH_SIMDJSON` 
is only enabled when `ARROW_JSON` is enabled, this also keeps 
`ARROW_WITH_SIMDJSON` disabled.
   
   I used `AppleClang < 22` instead of `<= 21` because the compiler version 
reported by the failing job is `21.0.0.21000101`, and `VERSION_LESS "22"` 
naturally covers all 21.x releases.
   
   Does this look like the right approach, or did you have something else in 
mind?


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