Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid importing dask-expr if "query-planning" config is
False
(rapi…
…dsai#15340) During some offline debugging with @bdice and @divyegala, we discovered that some cuml tests are somehow failing after `dask_expr` is imported - Even if `dask_expr` is not actually being used. I'd like to figure out exactly what is causing that problem, but the first thing we can/should do is avoid the import altogether when the "query-planning" config is set to `False`. Authors: - Richard (Rick) Zamora (https://github.com/rjzamora) Approvers: - Bradley Dice (https://github.com/bdice) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: rapidsai#15340
- Loading branch information