Skip to content

[Python] Segmentation fault when comparing schema with None #22288

@asfimport

Description

@asfimport

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

This is a regression to 0.13.0

In [2]: import pyarrow as pa

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

System information:
System Version: macOS 10.13.6 (17G6030)
Kernel Version: Darwin 17.7.0
Python 3.6.7

Reporter: Florian Jetter / @fjetter
Assignee: Joris Van den Bossche / @jorisvandenbossche

PRs and other links:

Note: This issue was originally created as ARROW-5873. Please see the migration documentation for further details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions