Krisztian Szucs created ARROW-3735:
--------------------------------------
Summary: [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: Krisztian Szucs
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)