You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/11/16 10:44:00 UTC

[jira] [Resolved] (ARROW-10560) [Python] Crash when creating array with string over 2GB

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

Antoine Pitrou resolved ARROW-10560.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [Python] Crash when creating array with string over 2GB
> -------------------------------------------------------
>
>                 Key: ARROW-10560
>                 URL: https://issues.apache.org/jira/browse/ARROW-10560
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:python}
> >>> import pyarrow as pa
> >>> data = [b"x" * (1<<32)]
> >>> arr = pa.array(data)
> Erreur de segmentation
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)