Skip to content

Have array_to_json_array support FixedSizeList  #4248

@dadepo

Description

@dadepo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions