From 7e7d79f65ed5716f06d11004b4a11f823daa6061 Mon Sep 17 00:00:00 2001 From: Poga Po Date: Sun, 21 Aug 2022 00:56:29 +0800 Subject: [PATCH] Fix incorrect command for generating ORC files --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index aced5ffcf3b..c1c7e3550fb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -47,7 +47,7 @@ pip install pyarrow==6 pyorc # Generate the parquet files (this might take some time, depending on your computer setup) python parquet_integration/write_parquet.py # generate ORC files -python parquet_integration/write_parquet.py +python tests/it/io/orc/write.py # Get out of venv, back to normal terminal deactivate