Reranko05 opened a new pull request, #50937: URL: https://github.com/apache/arrow/pull/50937
### Rationale for this change This PR continues the simdjson migration by replacing the RapidJSON usage in the C++ JSON integration implementation with **simdjson's DOM API** and Arrow's existing `JsonWriter`. ### Changes - Replace RapidJSON DOM parsing with simdjson's DOM API. - Update the integration JSON reader and internal parsing helpers to use `simdjson::dom` types. - Replace RapidJSON JSON serialization with Arrow's existing `JsonWriter`. - Handle optional JSON array members without creating an invalid simdjson array. - Remove the unused RapidJSON dependencies from the CMake and Meson integration test targets. - Update remaining RapidJSON-specific implementation references. Fixes: #50936 -- 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]
