Reranko05 commented on PR #50725: URL: https://github.com/apache/arrow/pull/50725#issuecomment-5133094622
Some of the remaining code needs to convert a `simdjson::ondemand::value` back into a JSON string. For example, `util_json_internal.cc` currently uses RapidJSON's `Accept(writer)` for this. Since simdjson doesn't provide an equivalent function, `JsonWriter::WriteValue()` handles that conversion in one place instead of each caller having to implement it themselves. -- 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]
