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

   ### Rationale for this change
   
   This PR continues the simdjson migration by replacing RapidJSON usage in the 
C++ row converter example with simdjson and Arrow's existing `JsonWriter`.
   
   ### Changes
   
   - Replace RapidJSON DOM parsing with simdjson's DOM API.
   - Replace RapidJSON JSON generation with Arrow's `JsonWriter`.
   - Preserve the existing row-to-Arrow and Arrow-to-row conversion flow.
   - Update the example to link against `arrow::simdjson`.
   
   ### Was AI used for this PR?
   
   In accordance to the [AI generation 
guidelines](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code),
 please disclose below whether and how AI was used in this PR.
   
   **PR code and description written by:**
   
   - [X] Human
   - [X] AI
   
   **Reviewed before submission by:**
   
   - [X] Human
   - [ ] AI
   - [ ] Not reviewed
   


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