Reranko05 opened a new pull request, #50568:
URL: https://github.com/apache/arrow/pull/50568

   ### What changes are included?
   
   This PR introduces a reusable `JsonWriter` wrapper around simdjson's JSON 
builder API and migrates the integration JSON writer to use it instead of 
RapidJSON.
   
   Specifically, this PR:
   
   - Adds a reusable `JsonWriter` abstraction in `arrow/json`.
   - Migrates the integration JSON writer implementation to `JsonWriter`.
   - Updates the integration tests to use `JsonWriter`.
   - Adds unit tests for `JsonWriter`.
   
   This is part of the incremental migration from RapidJSON to simdjson.
   
   ### Are these changes tested?
   
   Yes.
   
   I added unit tests for `JsonWriter` and verified that both JSON and 
integration tests pass locally:
   
   - `arrow-json-test`
   - `arrow-json-integration-test`
   
   ### Are there any user-facing changes?
   
   No.


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