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/05/05 01:22:59 UTC

[GitHub] [arrow-datafusion] andygrove edited a comment on issue #243: test_string_expressions test failure on Raspberry Pi (32-bit OS)

andygrove edited a comment on issue #243:
URL: https://github.com/apache/arrow-datafusion/issues/243#issuecomment-832356081


   Amazingly, this issue is reproducible on any computer using Docker and cross. Make sure you have the Docker daemon running, then run:
   
   ```bash
   cargo install cross
   cross build --target armv7-unknown-linux-gnueabihf
   cross test --target armv7-unknown-linux-gnueabihf
   ```


-- 
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