You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "lidavidm (Jira)" <ji...@apache.org> on 2022/01/07 17:13:00 UTC

[jira] [Resolved] (ARROW-14592) [C++] list_parent_indices output type should not depend on input type

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

lidavidm resolved ARROW-14592.
------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 12098
[https://github.com/apache/arrow/pull/12098]

> [C++] list_parent_indices output type should not depend on input type
> ---------------------------------------------------------------------
>
>                 Key: ARROW-14592
>                 URL: https://issues.apache.org/jira/browse/ARROW-14592
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Jeroen van Straten
>            Priority: Minor
>              Labels: good-first-issue, kernel, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently, the {{list_parent_indices}} output type is the input list offset type. But that doesn't really make sense: the parent indices are simply indices in the list array, they are not bounded by the offset size (even a list array with 32-bit offsets can have a length larger than 2**32, for example if it's mostly nulls).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)