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

   ### Rationale for this change
   
   This PR continues the simdjson migration by replacing RapidJSON usage in the 
C++ JSON test and testing utilities with simdjson and Arrow's existing 
`JsonWriter`.
   
   ### Changes
   
   - Replace `rapidjson::Writer` and `StringBuffer` usage in JSON test 
utilities with `JsonWriter`.
   - Replace RapidJSON-based JSON pretty-printing with simdjson-based parsing 
and serialization.
   - Use `JsonWriter` to correctly escape JSON object keys during 
pretty-printing.
   - Replace RapidJSON DOM parsing in `TensorFromJSON()` with simdjson's DOM 
API.
   - Add regression coverage for escaped JSON object keys in `PrettyPrint()`.
   - Add test coverage for `TensorFromJSON()` with strides and dimension names.
   - Update test linking to include `arrow::simdjson`.


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