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/27 16:35:16 UTC

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

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

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


-- 
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 #4297: Have array_to_json_array support Map

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


-- 
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 #4297: Have array_to_json_array support Map

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

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


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