You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/11/24 17:02:00 UTC

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

Antoine Pitrou created ARROW-14854:
--------------------------------------

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


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)