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

Fixed incorrect command in doc for generating ORC files #1234

Merged
merged 1 commit into from
Aug 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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