Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.0
-
MacOS 10.12.6
Python 2.7.13
Description
Creating an empty schema and calling it will cause a segfault. Seems similar to the same issue with Table().
>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11
Attachments
Issue Links
- links to