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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]