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 2020/04/28 15:45:03 UTC

[GitHub] [arrow] markhildreth commented on pull request #7042: ARROW-8597 [Rust] Lints and readability improvements for arrow crate

markhildreth commented on pull request #7042:
URL: https://github.com/apache/arrow/pull/7042#issuecomment-620688091


   @durch Re: "ARROW_TEST_DATA not defined", the [`/rust/README.md`](https://github.com/apache/arrow/tree/master/rust#prerequisites) file in the repo has some additional steps needed to get access to those test files locally. Basically...
   
   ```
   git submodule update --init
   ```
   
   ...then run `cargo test` with these environment variables set:
   
   ```
   PARQUET_TEST_DATA=/path/to/arrow/cpp/submodules/parquet-testing/data
   ARROW_TEST_DATA=/path/to/arrow/testing/data/
   ```


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