Skip to content

Commit 9f8e265

Browse files
authored
fix typo in DEVELOPERS.md (apache#692)
1 parent bbc9c6c commit 9f8e265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Testing setup:
3737

3838
- `git submodule init`
3939
- `git submodule update`
40-
- `export PARQUET_TEST_DATA=parquet_testing/`
41-
- `export ARROW_TEST_DATA=testing/data/`
40+
- `export PARQUET_TEST_DATA=$(pwd)/parquet-testing/data/`
41+
- `export ARROW_TEST_DATA=$(pwd)/testing/data/`
4242

4343
## How to add a new scalar function
4444

0 commit comments

Comments
 (0)