[
https://issues.apache.org/jira/browse/ARROW-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-3735:
----------------------------------
Labels: pull-request-available (was: )
> [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
>
>
> 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)