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

[jira] [Commented] (ARROW-10187) [Rust] Test failures on 32 bit ARM (Raspberry Pi)

    [ https://issues.apache.org/jira/browse/ARROW-10187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208480#comment-17208480 ] 

Andy Grove commented on ARROW-10187:
------------------------------------

I was able to run the DataFusion examples though, despite these test failures.

> [Rust] Test failures on 32 bit ARM (Raspberry Pi)
> -------------------------------------------------
>
>                 Key: ARROW-10187
>                 URL: https://issues.apache.org/jira/browse/ARROW-10187
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>             Fix For: 2.0.0
>
>
> Perhaps these failures are to be expected and perhaps we can't really support 32 bit?
>  
> {code:java}
> ---- array::array::tests::test_primitive_array_from_vec stdout ----
> thread 'array::array::tests::test_primitive_array_from_vec' panicked at 'assertion failed: `(left == right)`
>   left: `144`,
>  right: `104`', arrow/src/array/array.rs:2383:9---- array::array::tests::test_primitive_array_from_vec_option stdout ----
> thread 'array::array::tests::test_primitive_array_from_vec_option' panicked at 'assertion failed: `(left == right)`
>   left: `224`,
>  right: `176`', arrow/src/array/array.rs:2409:9---- array::null::tests::test_null_array stdout ----
> thread 'array::null::tests::test_null_array' panicked at 'assertion failed: `(left == right)`
>   left: `64`,
>  right: `32`', arrow/src/array/null.rs:134:9---- array::union::tests::test_dense_union_i32 stdout ----
> thread 'array::union::tests::test_dense_union_i32' panicked at 'assertion failed: `(left == right)`
>   left: `1024`,
>  right: `768`', arrow/src/array/union.rs:704:9---- memory::tests::test_allocate stdout ----
> thread 'memory::tests::test_allocate' panicked at 'assertion failed: `(left == right)`
>   left: `0`,
>  right: `32`', arrow/src/memory.rs:243:13
> {code}



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