Reranko05 opened a new issue, #50913: URL: https://github.com/apache/arrow/issues/50913
### Describe the enhancement requested The Dataset JSON test currently uses RapidJSON for generating JSON test data in `cpp/src/arrow/dataset/file_json_test.cc`. Replace the RapidJSON-based writer with Arrow's existing `json::JsonWriter`, removing the direct RapidJSON dependency while preserving the existing test behavior and JSON output. ### Additional context Parent Issue: #35460 ### Component(s) C++ -- 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]
