You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/03/27 19:02:25 UTC

[jira] [Created] (ARROW-80) Segmentation fault on len(Array) for empty arrays

Uwe L. Korn created ARROW-80:
--------------------------------

             Summary: Segmentation fault on len(Array) for empty arrays
                 Key: ARROW-80
                 URL: https://issues.apache.org/jira/browse/ARROW-80
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Uwe L. Korn
            Assignee: Uwe L. Korn


When creating an Array with no underlying storage (do we want to allow this?), i.e. before init is called, len will run into a segmentation fault.

This is especially annoying if you only want to try it out in an ipython shell and the line `pyarrow.array.Array()` directly crashes as IPython tries to print the repr.







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)