Reranko05 opened a new pull request, #50945: URL: https://github.com/apache/arrow/pull/50945
### Rationale for this change This PR continues the simdjson migration by replacing the RapidJSON-based JSON boundary detection used by the JSON chunker. The existing implementation uses RapidJSON's streaming parser to identify complete JSON values. This change replaces that logic with structural boundary detection and simdjson validation. ### Changes - Replace the RapidJSON custom stream and boundary detection. - Detect complete JSON values with structural scanning. - Validate complete candidates with `simdjson::dom::parser`. - Preserve incomplete-value, block-boundary, and error handling behavior. - Update the affected error expectation. Fixes: #50944 -- 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]
