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

   @kou As we discussed, I've started working on the RapidJSON → simdjson 
migration and will try to split it into small, reviewable PRs. This PR is the 
first step, introducing the dependency and migrating `ObjectParser`.
   
   I'm currently investigating the remaining CI failures. The implementation 
builds locally, the JSON test suite passes, and several CI workflows also pass. 
The remaining failures all seem to fail during CMake configure because 
`simdjson::simdjson` isn't available in some configurations, while other 
workflows successfully fall back to building simdjson from source.
   
   I've narrowed it down to the dependency integration (`FindsimdjsonAlt.cmake 
`/ CMake target creation). If there's an existing Arrow pattern you'd recommend 
for handling this kind of third-party dependency integration, I'd really 
appreciate your guidance.


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