This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 9f8e265 fix typo in DEVELOPERS.md (#692)
9f8e265 is described below
commit 9f8e265e6df502a3badd8f9eff2f62a47515eb7b
Author: Cui Wenzheng <[email protected]>
AuthorDate: Wed Jul 7 21:01:05 2021 +0800
fix typo in DEVELOPERS.md (#692)
---
DEVELOPERS.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 8538468..3ee2f7d 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -37,8 +37,8 @@ Testing setup:
- `git submodule init`
- `git submodule update`
-- `export PARQUET_TEST_DATA=parquet_testing/`
-- `export ARROW_TEST_DATA=testing/data/`
+- `export PARQUET_TEST_DATA=$(pwd)/parquet-testing/data/`
+- `export ARROW_TEST_DATA=$(pwd)/testing/data/`
## How to add a new scalar function