Skip to content

Latest commit

 

History

History
 
 

scripts

Generate data

Setup the virtual environment with dependencies on PyArrow, PySpark and PyOrc to generate the reference data:

# Run once
./scripts/setup-venv.sh
./scripts/prepare-test-data.sh

Then execute the tests:

cargo test