Reranko05 commented on PR #50469: URL: https://github.com/apache/arrow/pull/50469#issuecomment-4976116594
I tried removing `FindsimdjsonAlt.cmake` and using `find_package(simdjson)` directly, but it caused several CI failures (Ruby, Conda, and Python). Although the wrapper appears to only forward to `find_package(simdjson CONFIG)`, removing it changes the dependency resolution behavior. I'll investigate further to see if there's a cleaner way to remove it without regressing CI. -- 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]
