[
https://issues.apache.org/jira/browse/ARROW-9007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neville Dipale updated ARROW-9007:
----------------------------------
Fix Version/s: 1.0.0
> [Rust] Support appending arrays by merging array data
> -----------------------------------------------------
>
> Key: ARROW-9007
> URL: https://issues.apache.org/jira/browse/ARROW-9007
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Rust
> Affects Versions: 0.17.0
> Reporter: Neville Dipale
> Assignee: Neville Dipale
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> ARROW-9005 introduces a concat kernel which allows for concatenating multiple
> arrays of the same type into a single array. This is useful for sorting on
> multiple arrays, among other things.
> The concat kernel is implemented for most array types, but not yet for nested
> arrays (lists, structs, etc).
> This Jira is for creating a way of appending/merging all array types, so that
> concat (and functionality that depends on it) can support all array types.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)