You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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 arrowArrayRef
into aVec
of Serde JSON fails if theArrayRef
isFixedSizeList
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 convertArrayRef
into aVec
of Serde JSONVersion:
arrow-json = "39.0.0"
The text was updated successfully, but these errors were encountered: