dadepo opened a new issue, #4248:
URL: https://github.com/apache/arrow-rs/issues/4248

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Using `array_to_json_array` to convert an arrow `ArrayRef` into a `Vec` of 
Serde JSON fails if the `ArrayRef` is `FixedSizeList`
   
   Looking at the source 
[here](https://docs.rs/arrow-json/latest/src/arrow_json/writer.rs.html#141-201) 
it looks like it is indeed missing handling of `FixedSizeList`
   
   **Describe the solution you'd like**
   It should be possible to use `array_to_json_array` to convert  `ArrayRef` 
into a `Vec` of Serde JSON
   
   Version: `arrow-json = "39.0.0"`


-- 
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]

Reply via email to