Neville Dipale created ARROW-9007:
-------------------------------------

             Summary: [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


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)

Reply via email to