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 2021/07/04 16:40:05 UTC

[GitHub] [arrow-rs] silathdiir opened a new pull request #522: Support `StringArray` creation from String Vec

silathdiir opened a new pull request #522:
URL: https://github.com/apache/arrow-rs/pull/522


   # Which issue does this PR close?
   
   Closes #519.
   
   # Rationale for this change
    
   As described in the issue, tries to create a `StringArray` from a `Vec<String>`.
   
   # What changes are included in this PR?
   
   1. Fixes function `from_vec` to support generic parameter type of `AsRef<str>`.
   2. Adds a new `From<Vec<String>>` Implementation for `StringArray`.
   
   # Are there any user-facing changes?
   
   With this fix, `StringArray` could be created from `Vec<String>`.


-- 
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 pull request #522: Support `StringArray` creation from String Vec

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #522:
URL: https://github.com/apache/arrow-rs/pull/522#issuecomment-877129073


   Thanks again @silathdiir !


-- 
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 merged pull request #522: Support `StringArray` creation from String Vec

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #522:
URL: https://github.com/apache/arrow-rs/pull/522


   


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