[jira] [Updated] (ARROW-13877) [C++] Added support for fixed sized list to compute functions that process lists

2021-09-09 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated ARROW-13877:
---
Labels: kernel pull-request-available types  (was: kernel types)

> [C++] Added support for fixed sized list to compute functions that process 
> lists
> 
>
> Key: ARROW-13877
> URL: https://issues.apache.org/jira/browse/ARROW-13877
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Weston Pace
>Assignee: David Li
>Priority: Major
>  Labels: kernel, pull-request-available, types
> Fix For: 6.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following functions do not support fixed size list (and should):
>  - list_flatten
>  - list_parent_indices (one could argue this doesn't need to be supported 
> since this should be obvious and fixed_size_list doesn't have an indices 
> array)
>  - list_value_length (should be easy)
> For reference, the following functions do correctly consume fixed_size_list 
> (there may be more, this isn't an exhaustive list):
>  - count
>  - drop_null
>  - is_null
>  - is_valid



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-13877) [C++] Added support for fixed sized list to compute functions that process lists

2021-09-02 Thread Weston Pace (Jira)


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

Weston Pace updated ARROW-13877:

Labels: types  (was: )

> [C++] Added support for fixed sized list to compute functions that process 
> lists
> 
>
> Key: ARROW-13877
> URL: https://issues.apache.org/jira/browse/ARROW-13877
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Weston Pace
>Priority: Major
>  Labels: types
>
> The following functions do not support fixed size list (and should):
>  - list_flatten
>  - list_parent_indices (one could argue this doesn't need to be supported 
> since this should be obvious and fixed_size_list doesn't have an indices 
> array)
>  - list_value_length (should be easy)
> For reference, the following functions do correctly consume fixed_size_list 
> (there may be more, this isn't an exhaustive list):
>  - count
>  - drop_null
>  - is_null
>  - is_valid



--
This message was sent by Atlassian Jira
(v8.3.4#803005)