[
https://issues.apache.org/jira/browse/ARROW-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-3735.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 3862
[https://github.com/apache/arrow/pull/3862]
> [Python] Proper error handling in _ensure_type
> ----------------------------------------------
>
> Key: ARROW-3735
> URL: https://issues.apache.org/jira/browse/ARROW-3735
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Krisztian Szucs
> Assignee: Uwe L. Korn
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We have multiple _ensure_type like functions, the in defined in array.pxi
> bypasses None which causes segfault in the following example:
> {code}
> pa.array([1, 2, 3]).cast(None)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)