Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed incorrect command in doc for generating ORC files (#1234)
Browse files Browse the repository at this point in the history
Fix incorrect command for generating ORC files
  • Loading branch information
poga committed Aug 21, 2022
1 parent 57f2a86 commit cd51b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd51b66

Please sign in to comment.