Reranko05 opened a new pull request, #50914: URL: https://github.com/apache/arrow/pull/50914
### Rationale for this change This PR continues the RapidJSON → simdjson migration by replacing the remaining RapidJSON usage in the Dataset JSON test with Arrow's existing `JsonWriter`. ### Changes - Replace `rapidjson::Writer` and `rapidjson::OStreamWrapper` with `arrow::json::JsonWriter`. - Replace RapidJSON-specific `SizeType` usage with the `JsonWriter` interface. - Preserve the existing newline-delimited JSON test fixture generation. - Remove the unused RapidJSON dependency from the Dataset test in CMake and Meson. - Preserve the existing Dataset JSON test coverage and behavior. Fixes: #50913 -- 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]
