[
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163711#comment-16163711
]
ASF GitHub Bot commented on ARROW-1532:
---------------------------------------
Github user wesm commented on the issue:
https://github.com/apache/arrow/pull/1096
Appveyor build going here:
https://ci.appveyor.com/project/cpcloud/arrow/build/1.0.287. Once one or two of
these are passing for good measure, I'll merge and then cut the 0.7.0 RC
> [Python] 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
> Assignee: Phillip Cloud
> Labels: pull-request-available
> Fix For: 0.7.0
>
>
> Creating an empty schema and calling it will cause a segfault. Seems similar
> to the same issue with Table().
> {code}
> >>> import pyarrow as pa
> >>> bb = pa.Schema()
> >>> bb
> Segmentation fault: 11
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)