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

2017-09-12 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1532:

Fix Version/s: 0.7.0

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


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

2017-09-12 Thread Phillip Cloud (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phillip Cloud updated ARROW-1532:
-
Description: 
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}

  was:
Creating an empty schema and calling it will cause a segfault.  Seems similar 
to the same issue with Table().

{code:none}
>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11
{code}


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


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

2017-09-12 Thread Andrew Gross (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gross updated ARROW-1532:

Description: 
Creating an empty schema and calling it will cause a segfault.  Seems similar 
to the same issue with Table().

{code:none}
>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11
{code}

  was:
Creating an empty schema and calling it will cause a segfault.  Seems similar 
to the same issue with Table().

{code:python}
>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11
{code}


> 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
>
> Creating an empty schema and calling it will cause a segfault.  Seems similar 
> to the same issue with Table().
> {code:none}
> >>> import pyarrow as pa
> >>> bb = pa.Schema()
> >>> bb
> Segmentation fault: 11
> {code}



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


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

2017-09-12 Thread Andrew Gross (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gross updated ARROW-1532:

Description: 
Creating an empty schema and calling it will cause a segfault.  Seems similar 
to the same issue with Table().

{code:python}
>>> import pyarrow as pa
>>> bb = pa.Schema()
>>> bb
Segmentation fault: 11
{code}

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


> 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().
> {code:python}
> >>> import pyarrow as pa
> >>> bb = pa.Schema()
> >>> bb
> Segmentation fault: 11
> {code}



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