You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Florian Jetter (JIRA)" <ji...@apache.org> on 2019/07/08 12:03:00 UTC

[jira] [Created] (ARROW-5873) [Python/C++] Segmentation fault when comparing schema with None

Florian Jetter created ARROW-5873:
-------------------------------------

             Summary: [Python/C++] Segmentation fault when comparing schema with None
                 Key: ARROW-5873
                 URL: https://issues.apache.org/jira/browse/ARROW-5873
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: Florian Jetter


When comparing a schema with a Python {{None}} I get a segmentation fault.

This is a regression to 0.13.0
{code:java}
In [2]: import pyarrow as pa

In [3]: pa.schema([pa.field("something", pa.int64())]).equals(None)
[1]    82085 segmentation fault  ipython
{code}



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