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/06/05 20:06:19 UTC

[GitHub] [arrow-rs] dadepo opened a new issue, #4369: Changed array_to_json_array to take &dyn Array

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

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   `array_to_json_array` currently takes `&ArrayRef` which may lead to needless wrapping with `Arc` in certain situation as mentioned in this comment https://github.com/apache/arrow-rs/pull/4364#discussion_r1218317323
   
   **Describe the solution you'd like**
   Have `array_to_json_array` take `&dyn Array` instead


-- 
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 #4369: Changed array_to_json_array to take &dyn Array

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4369: Changed array_to_json_array to take &dyn Array
URL: https://github.com/apache/arrow-rs/issues/4369


-- 
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 #4369: Changed array_to_json_array to take &dyn Array

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

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


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