tustvold commented on PR #6950:
URL: https://github.com/apache/arrow-rs/pull/6950#issuecomment-2668213877
I believe this will render nested structs as recursively nested strings, as
opposed to nested structs
i.e.
```
{
"foo": "{\"bar\": \"baz\"}"
}
````
This is incorrect. In general serializing arrow to JSON is subtle and
complex, to avoid duplicating this complexity this functionality should reuse
arrow_json.
--
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]