rapidsai / gpu-bdb

RAPIDS GPU-BDB
Apache License 2.0
107 stars 44 forks source link

[WIP] Add dask-sql queries #224

Closed ChrisJar closed 2 years ago

ChrisJar commented 3 years ago

This adds dask-sql versions of all of the gpu-bdb queries

ChrisJar commented 3 years ago

Nope, no changes to cluster_startup.py or environmental configuration. However, if you're using dask>=2021.7.2 you need to change ucx_config = dask.config.get("ucx") to ucx_config = dask.config.get("distributed.comm.ucx") on line 176 of cluster_startup.py

ayushdg commented 2 years ago

@ChrisJar is this ready for another round of reviews?

ChrisJar commented 2 years ago

@ChrisJar is this ready for another round of reviews?

Yep! This is ready for another round of reviews

VibhuJawa commented 2 years ago

@ChrisJar , Ready for another set of reviews ?

VibhuJawa commented 2 years ago

PR LGTM to me.