[
https://issues.apache.org/jira/browse/ARROW-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-4766.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.13.0
Issue resolved by pull request 3815
[https://github.com/apache/arrow/pull/3815]
> [C++] Casting empty boolean array causes segfault
> -------------------------------------------------
>
> Key: ARROW-4766
> URL: https://issues.apache.org/jira/browse/ARROW-4766
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.12.0
> Reporter: Keith Kraus
> Assignee: Francois Saint-Jacques
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)