You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/11/25 21:29:00 UTC

[jira] [Resolved] (ARROW-14854) [C++] struct_field crash on invalid field index

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

David Li resolved ARROW-14854.
------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [C++] struct_field crash on invalid field index
> -----------------------------------------------
>
>                 Key: ARROW-14854
>                 URL: https://issues.apache.org/jira/browse/ARROW-14854
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Example:
> {code:python}
> >>> arr = pa.array([{"a": 1, "b": {"c": 2}}, {"a": 3}])
> >>> pc.struct_field(arr, indices=[1, 1])
> Erreur de segmentation
> {code}



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