Skip to content

Instantly share code, notes, and snippets.

@jdye64
Created April 12, 2022 23:14
Show Gist options
  • Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.
Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.

Revisions

  1. jdye64 created this gist Apr 12, 2022.
    6 changes: 6 additions & 0 deletions Dask-SQL Datafusion Bootstrap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    git clone https://github.com/dask-contrib/dask-sql.git
    cd dask-sql
    git checkout datafusion-sql-planner
    conda env create -n dask-datafusion -f ./continuous_integration/environment-3.9-dev.yaml
    conda activate dask-datafusion
    python ./setup.py install