Reranko05 opened a new pull request, #50672: URL: https://github.com/apache/arrow/pull/50672
### Rationale for this change This change enables building Arrow with `SIMDJSON_EXCEPTIONS=0` by updating the JSON object parser to use simdjson's non-throwing API. ### What changes are included? - Enable `SIMDJSON_EXCEPTIONS=0` for the bundled simdjson dependency. - Replace uses of `simdjson_result::value()` in `ObjectParser` with the non-throwing `get()` API. - Preserve existing error handling by returning Arrow `Status` values on simdjson errors. ### Are these changes tested? Yes. Fixes: #50654 -- 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]
