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 2020/11/03 13:40:10 UTC

[GitHub] [arrow] jorgecarleitao opened a new pull request #8575: ARROW-10476: [Rust] Allow string arrays to be built from &str or String.

jorgecarleitao opened a new pull request #8575:
URL: https://github.com/apache/arrow/pull/8575


   Currently, our code-base supports creating a `StringArray` from an iterator of `String`.
   
   However, from arrow's perspective, we should not care if it is a `String` or a `&str`, as long as it can be represented by an `AsRef<str>`. A user sometimes is able to create an iterator of `&str` instead of `String`, and should not have to convert one to the other before passing it to Arrow.
   
   This PR makes this change.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nevi-me closed pull request #8575: ARROW-10476: [Rust] Allow string arrays to be built from Option<&str> or Option

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #8575:
URL: https://github.com/apache/arrow/pull/8575


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #8575: ARROW-10476: [Rust] Allow string arrays to be built from &str or String.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8575:
URL: https://github.com/apache/arrow/pull/8575#issuecomment-720902181


   https://issues.apache.org/jira/browse/ARROW-10476


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org