You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Benjamin Kietzman (JIRA)" <ji...@apache.org> on 2019/06/13 16:16:00 UTC

[jira] [Updated] (ARROW-5594) [C++] add support for UnionArrays to Take and Filter

     [ https://issues.apache.org/jira/browse/ARROW-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Kietzman updated ARROW-5594:
-------------------------------------
    Description: 
The Take and [Filter|https://github.com/apache/arrow/pull/4366] kernels do not currently support UnionArrays, but this should not be difficult to add

Both do require support for concatenation of UnionArrays (since concatenation is used in take/filter of ListArrays)

  was:The Take and [Filter|https://github.com/apache/arrow/pull/4366] kernels do not currently support UnionArrays, but this should not be difficult to add


> [C++] add support for UnionArrays to Take and Filter
> ----------------------------------------------------
>
>                 Key: ARROW-5594
>                 URL: https://issues.apache.org/jira/browse/ARROW-5594
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Benjamin Kietzman
>            Assignee: Benjamin Kietzman
>            Priority: Minor
>
> The Take and [Filter|https://github.com/apache/arrow/pull/4366] kernels do not currently support UnionArrays, but this should not be difficult to add
> Both do require support for concatenation of UnionArrays (since concatenation is used in take/filter of ListArrays)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)