You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andrew Gross (JIRA)" <ji...@apache.org> on 2017/09/12 21:06:00 UTC

[jira] [Created] (ARROW-1532) Referencing an Empty Schema causes a SegFault

Andrew Gross created ARROW-1532:
-----------------------------------

             Summary: Referencing an Empty Schema causes a SegFault
                 Key: ARROW-1532
                 URL: https://issues.apache.org/jira/browse/ARROW-1532
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 0.6.0
         Environment: MacOS 10.12.6
Python 2.7.13
            Reporter: Andrew Gross


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}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)