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 2021/06/02 09:48:00 UTC

[jira] [Resolved] (ARROW-12906) [Python] `fill_null` called with a null value seg faults on non fixed-sized types.

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

Antoine Pitrou resolved ARROW-12906.
------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

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

> [Python] `fill_null` called with a null value seg faults on non fixed-sized types.
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-12906
>                 URL: https://issues.apache.org/jira/browse/ARROW-12906
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>    Affects Versions: 4.0.0
>         Environment: macOS, ubuntu
>            Reporter: A. Coady
>            Assignee: Yibo Cai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>  
> {code:java}
> import pyarrow as pa 
> assert pa.array([0]).fill_null(None)
> pa.array([""]).fill_null(None) # crash  {code}
>  



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