tustvold commented on PR #7015: URL: https://github.com/apache/arrow-rs/pull/7015#issuecomment-2614089236
`ArrayFormatter` is a type from `arrow_cast` used to format array values to strings. It is used by `arrow_json` to format some values, however, being a general formatter it does not implement JSON escaping. This isn't a problem for the types `arrow_json` uses it for, but as we're now making Encoder public we need to ensure people don't think ArrayFormatter can be used as an `Encoder` in the general case -- 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]
