Fork and clone the repo.
git clone --recursive https://github.com/<your-fork>/spark-substrait-gateway.git
cd spark-substrait-gateway
git submodule init
git submodule update --recursive
Create a conda environment with developer dependencies.
conda env create -f environment.yml
conda activate spark-substrait-gateway-env
Editable installation.
pip install -e .
Run tests in the project's root dir.
pytest