Keith Kraus created ARROW-4766:
----------------------------------

             Summary: Casting empty boolean array causes segfault
                 Key: ARROW-4766
                 URL: https://issues.apache.org/jira/browse/ARROW-4766
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 0.12.0
            Reporter: Keith Kraus


Reproducer:

{code:python}
import pyarrow as pa

test = pa.array([], type=pa.bool_())
test2 = test.cast(pa.int8())
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to