Reranko05 opened a new pull request, #50912: URL: https://github.com/apache/arrow/pull/50912
### Rationale for this change This PR continues the simdjson migration by replacing the remaining RapidJSON usage in the FlightSQL ODBC JSON converter with Arrow's existing `JsonWriter`. ### Changes - Replace `rapidjson::Writer` and `rapidjson::StringBuffer` with `arrow::json::JsonWriter`. - Replace RapidJSON-specific `SizeType` usage with the `JsonWriter` interface. - Replace RapidJSON `RawValue` usage with `JsonWriter::RawValue`. - Remove the unused RapidJSON dependency from the ODBC implementation target. - Preserve the existing `ConvertToJson` behavior and test coverage. -- 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]
