alamb opened a new issue #109:
URL: https://github.com/apache/arrow-rs/issues/109


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10187
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to