From cd51b66d3cc6c5942b976897413c88463dc30e94 Mon Sep 17 00:00:00 2001 From: Poga Po Date: Mon, 22 Aug 2022 06:27:22 +0800 Subject: [PATCH] Fixed incorrect command in doc for generating ORC files (#1234) 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