File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export PYARROW_TEST_S3=${ARROW_S3}
54
54
export PYARROW_TEST_TENSORFLOW=ON
55
55
56
56
export ARROW_TEST_DATA=${source_dir} /testing/data
57
- export PARQUET_TEST_DATA=${source_dir} /submodules/parquet-testing/data
57
+ export PARQUET_TEST_DATA=${source_dir} /cpp/ submodules/parquet-testing/data
58
58
59
59
if [ " ${INSTALL_PYARROW} " == " ON" ]; then
60
60
# Install the built wheels
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ set PYARROW_TEST_TENSORFLOW=ON
35
35
@ REM set PYARROW_TEST_PANDAS=ON
36
36
37
37
set ARROW_TEST_DATA = C:\arrow\testing\data
38
- set PARQUET_TEST_DATA = C:\arrow\submodules\parquet-testing\data
38
+ set PARQUET_TEST_DATA = C:\arrow\cpp\ submodules\parquet-testing\data
39
39
40
40
@ REM Install testing dependencies
41
41
pip install -r C:\arrow\python\requirements-wheel-test.txt || exit /B 1
You can’t perform that action at this time.
0 commit comments