You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/04/23 20:54:00 UTC

[jira] [Resolved] (ARROW-2492) [Python] Prevent segfault on accidental call of pyarrow.Array

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

Uwe L. Korn resolved ARROW-2492.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 1926
[https://github.com/apache/arrow/pull/1926]

> [Python] Prevent segfault on accidental call of pyarrow.Array
> -------------------------------------------------------------
>
>                 Key: ARROW-2492
>                 URL: https://issues.apache.org/jira/browse/ARROW-2492
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If you mistype {{pyarrow.Array}} instead of {{pyarrow.array}} you get a segmentation fault on some functions. We should also take care of these segmentation faults but also should prevent the user from calling the constructor again in this fashion.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)