[ https://issues.apache.org/jira/browse/ARROW-10186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy Grove updated ARROW-10186: ------------------------------- Fix Version/s: (was: 2.0.0) 3.0.0 > [Rust] Tests fail when following instructions in README > ------------------------------------------------------- > > Key: ARROW-10186 > URL: https://issues.apache.org/jira/browse/ARROW-10186 > Project: Apache Arrow > Issue Type: Bug > Components: Rust > Reporter: Andy Grove > Assignee: Andy Grove > Priority: Major > Fix For: 3.0.0 > > > If I follow the instructions from the README and set the test paths as > follows, some of the IPC tests fail with "no such file or directory". > {code:java} > export PARQUET_TEST_DATA=../cpp/submodules/parquet-testing/data > export ARROW_TEST_DATA=../testing/data {code} > If I change them to absolute paths as follows then the tests pass: > {code:java} > export PARQUET_TEST_DATA=`pwd`/../cpp/submodules/parquet-testing/data > export ARROW_TEST_DATA=`pwd`/../testing/data {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)