andygrove commented on issue #109:
URL: https://github.com/apache/arrow-rs/issues/109#issuecomment-830868511


   
   An update on this. We still have some failures on 32 bit Rasp Pi. 
   
   ```
   ---- array::array_primitive::tests::test_primitive_array_from_vec_option 
stdout ----
   thread 'array::array_primitive::tests::test_primitive_array_from_vec_option' 
panicked at 'assertion failed: `(left == right)`
     left: `216`,
    right: `172`', arrow/src/array/array_primitive.rs:533:9
   
   ---- array::array_primitive::tests::test_primitive_array_from_vec stdout ----
   thread 'array::array_primitive::tests::test_primitive_array_from_vec' 
panicked at 'assertion failed: `(left == right)`
     left: `136`,
    right: `100`', arrow/src/array/array_primitive.rs:511:9
   
   ---- array::array_primitive::tests::test_timestamp_fmt_debug stdout ----
   thread 'array::array_primitive::tests::test_timestamp_fmt_debug' panicked at 
'called `Option::unwrap()` on a `None` value', 
arrow/src/array/array_primitive.rs:286:54
   ```
   
   Environment (Rasperry Pi 4 Model B):
   ```
   Raspbian GNU/Linux 10
   Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l 
GNU/Linux
   rustc 1.51.0 (2fd73fabe 2021-03-23)
   ```
   
   


-- 
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:
[email protected]


Reply via email to