[
https://issues.apache.org/jira/browse/ARROW-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn resolved ARROW-2433.
--------------------------------
Resolution: Fixed
Issue resolved by pull request 1871
[https://github.com/apache/arrow/pull/1871]
> [Rust] Add Builder.push_slice(&[T])
> -----------------------------------
>
> Key: ARROW-2433
> URL: https://issues.apache.org/jira/browse/ARROW-2433
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> When populating a Builder<u8> with Utf8 data it is more efficient to push
> whole strings as &[u8] rather than one byte at a time.
> The same optimization works for all other types too.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)