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

   ### Rationale for this change
   
   This PR continues the simdjson migration by replacing the remaining 
RapidJSON usage in `OpaqueType` under `cpp/src/arrow/extension` with the 
existing simdjson helpers and On-Demand API.
   
   The existing deserialization validation and behavior are preserved, with 
tests updated for parser-specific error messages.
   
   ### Changes
   
   - Replace RapidJSON parsing in `OpaqueType::Deserialize()` with simdjson.
   - Use the existing `ResolveSimdjsonResult()` helper.
   - Remove the RapidJSON dependency from `opaque.cc`.
   - Update OpaqueType deserialization tests for simdjson parsing errors.
   
   Fixes: #50904 


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