You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/13 01:36:48 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue, #1852: Add `from(v: Vec>)` and `from(v: Vec<&[u8]>)` for `FixedSizedBInaryArray`

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

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Found when working on #1801.
   We already have `try_from_sparse_iter` and `try_from_iter` for `FixedSizedBInaryArray`. It is easily to add `from(v: Vec<Option<&[u8]>>)` and `from(v: Vec<&[u8]>)` based on the two.
   
   


-- 
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 #1852: Add `from(v: Vec>)` and `from(v: Vec<&[u8]>)` for `FixedSizedBInaryArray`

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1852: Add `from(v: Vec<Option<&[u8]>>)` and `from(v: Vec<&[u8]>)` for `FixedSizedBInaryArray`
URL: https://github.com/apache/arrow-rs/issues/1852


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