You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dadepo (via GitHub)" <gi...@apache.org> on 2023/05/20 16:32:39 UTC

[GitHub] [arrow-rs] dadepo opened a new issue, #4248: Have array_to_json_array support FixedSizeList

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #4248: Have array_to_json_array support FixedSizeList

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4248: Have array_to_json_array support FixedSizeList 
URL: https://github.com/apache/arrow-rs/issues/4248


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on issue #4248: Have array_to_json_array support FixedSizeList

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #4248:
URL: https://github.com/apache/arrow-rs/issues/4248#issuecomment-1563299957

   Related discussion: https://github.com/apache/arrow-datafusion/discussions/6446


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on issue #4248: Have array_to_json_array support FixedSizeList

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #4248:
URL: https://github.com/apache/arrow-rs/issues/4248#issuecomment-1595001255

   `label_issue.py` automatically added labels {'arrow'} from #4361


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org