Reranko05 opened a new pull request, #50781: URL: https://github.com/apache/arrow/pull/50781
### Rationale for this change This PR continues the simdjson migration by replacing the remaining RapidJSON usages under `cpp/src/parquet` with simdjson and `JsonWriter`. It also removes the remaining unnecessary RapidJSON dependencies from the Parquet test target and Meson build configuration. ### What changes are included in this PR? * Replace the remaining RapidJSON parsing logic in `reader_test.cc` with simdjson. * Replace RapidJSON parsing and serialization in `geospatial/util_json_internal.cc` with simdjson and `JsonWriter`. * Replace RapidJSON string escaping in `types.cc` with `JsonWriter`. * Remove the unused `rapidjson_dep` dependency from `cpp/src/parquet/meson.build`. * Remove the remaining RapidJSON dependency from the Parquet test target in `CMakeLists.txt`. -- 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]
