You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 12:37:10 UTC

[GitHub] [arrow-rs] alamb commented on issue #109: Test failures on 32 bit ARM (Raspberry Pi)

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


   Comment from Andy Grove(andygrove) @ 2020-10-06T04:18:16.429+0000:
   <pre>I was able to run the DataFusion examples though, despite these test failures.</pre>
   
   Comment from Andy Grove(andygrove) @ 2020-10-06T14:36:18.391+0000:
   <pre>If these tests really are specific to 64 bit platforms then we could use conditional compilation and only compile them when target_pointer_width == 64.
   
   See [https://doc.rust-lang.org/reference/conditional-compilation.html#target_pointer_width] for more information.</pre>
   
   Comment from Andy Grove(andygrove) @ 2020-10-06T14:37:10.663+0000:
   <pre>[~nevi_me] [~vertexclique] I'd be interested in your opinions on this one.</pre>
   
   Comment from Mahmut Bulut(vertexclique) @ 2020-10-06T14:42:40.349+0000:
   <pre>[~andygrove] Hi Andy, I don't have raspberry pi at hand. I want to check the compilation problems on ARM asap, target_pointer_width gate might be a good option for it. What version of rpi did you use?</pre>
   
   Comment from Neville Dipale(nevi_me) @ 2020-10-16T04:08:01.196+0000:
   <pre>[~andygrove] 64-bit types and offsets would also be a blocker for supporting wasm32.
   
   If someone completes ARROW-9453, perhaps we can gauge from that on what effort it takes to support 32-bit.</pre>


-- 
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:
users@infra.apache.org