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

Jorge Leitão reassigned ARROW-11239:
------------------------------------

    Assignee: Jorge Leitão

> [Rust] array::transform::tests::test_struct failed
> --------------------------------------------------
>
>                 Key: ARROW-11239
>                 URL: https://issues.apache.org/jira/browse/ARROW-11239
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>    Affects Versions: 3.0.0
>            Reporter: Qingyou Meng
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 11h
>  Remaining Estimate: 0h
>
> Test *array::transform::tests::test_struct*  in 
> *arrow/src/array/transform/mod.rs* failed when swap the first two elements:
> change from
> {code:java}
> // code placeholder
> let strings: ArrayRef = Arc::new(StringArray::from(vec![
>     Some("joe"),
>     None,{code}
> to
> {code:java}
> // code placeholder
> let strings: ArrayRef = Arc::new(StringArray::from(vec![
>     None,
>     Some("joe"),{code}
> The failure was first found when I report 
> https://issues.apache.org/jira/browse/ARROW-11160
>  
>  



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

Reply via email to