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.
I have data that is off the type MapArray, but array_to_json_array currently does not support it. Using it with MapArray data type leads to the error
Json error: data type Map(...not supported
Describe the solution you'd like
It will be nice if array_to_json_array supports MapArray.
Additional context arrow-json = "40.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.
I have data that is off the type
MapArray
, butarray_to_json_array
currently does not support it. Using it withMapArray
data type leads to the errorDescribe the solution you'd like
It will be nice if array_to_json_array supports
MapArray
.Additional context
arrow-json = "40.0.0"
The text was updated successfully, but these errors were encountered: