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

[jira] [Created] (ARROW-15960) [Python] Segfault constructing a fixed size list array of size 0 with dictionary values

Joris Van den Bossche created ARROW-15960:
---------------------------------------------

             Summary: [Python] Segfault constructing a fixed size list array of size 0 with dictionary values
                 Key: ARROW-15960
                 URL: https://issues.apache.org/jira/browse/ARROW-15960
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Joris Van den Bossche


The following example constructing a FixedSizeList array with list size 0 and dictionary values from an explicit None value (extracted from a segfaulting hypothesis test) crashes:

{code}
pa.array([None], pa.list_(pa.dictionary(pa.int32(), pa.string()), 0))
{code}



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