Andy Grove created ARROW-10187:
----------------------------------

             Summary: [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
             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)

Reply via email to