[ 
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163673#comment-16163673
 ] 

ASF GitHub Bot commented on ARROW-1532:
---------------------------------------

GitHub user cpcloud opened a pull request:

    https://github.com/apache/arrow/pull/1096

    ARROW-1532: [Python] Referencing an Empty Schema causes a SegFault

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cpcloud/arrow ARROW-1532

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/arrow/pull/1096.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1096
    
----
commit 7f43c6c7b1ab181346fb4bc5146273d8e182d660
Author: Phillip Cloud <[email protected]>
Date:   2017-09-12T21:19:34Z

    ARROW-1532: [Python] Referencing an Empty Schema causes a SegFault

----


> [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)

Reply via email to