You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/04/07 12:44:00 UTC

[jira] [Assigned] (ARROW-15723) [Python] Segfault orcWriter write table

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

Joris Van den Bossche reassigned ARROW-15723:
---------------------------------------------

    Assignee: Raúl Cumplido

> [Python] Segfault  orcWriter write table
> ----------------------------------------
>
>                 Key: ARROW-15723
>                 URL: https://issues.apache.org/jira/browse/ARROW-15723
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 7.0.0
>            Reporter: patrice
>            Assignee: Raúl Cumplido
>            Priority: Major
>             Fix For: 8.0.0
>
>
> pyarrow segfault when trying to write an orc from a table containing nullArray.
>  
> from pyarrow import orc
> import pyarrow as pa
> a = pa.array([1, None, 3, None])
> b = pa.array([None, None, None, None])
> table = pa.table(\{"int64": a, "utf8": b})
> orc.write_table(table, 'test.orc')
> zsh: segmentation fault  python3



--
This message was sent by Atlassian Jira
(v8.20.1#820001)