dask-sql
dask-sql copied to clipboard
Distributed SQL Engine in Python using Dask
**Is your feature request related to a problem? Please describe.** Dask-SQL currently supports our own custom set of Rust PyO3 bindings for Apache Arrow DataFusion. Since we started that effort...
This closes: #1040
**Is your feature request related to a problem? Please describe.** Add Arrow DataFusion Python as a Cargo dependency in Dask-SQL. This means removing the existing DataFusion dependencies so there will...
**What is your question?** We're looking at how to check for breaking changes & security advisories, any guidance? The closest I saw is the commit ~title list @ https://github.com/dask-contrib/dask-sql/releases
**Is your feature request related to a problem? Please describe.** As substrait gains popularity other db engines have the capability to export their LogicalPlans to substrait. We should offer the...
There are some date and time functions and operators from presto db that are not implemented on dask-sql for example: ParsingException: Plan("Invalid function 'to_unixtime'") is there any way to know...
**Is your feature request related to a problem? Please describe.** Mostly for testing purposes, it would be great if dask-sql would support creating tables of inline data using the `VALUES`...
Previously, I opened https://github.com/dask-contrib/dask-sql/issues/943 to investigate `experiment_class` failures on the GPU. Since then, I've also found that some XGBoost and LightGBM models (i.e., `model_class`) fail on the GPU. IIRC, `XGBClassifier`...
The existing update-dependencies.sh script fails on Mac OS X as seen in [these](https://github.com/dask-contrib/dask-sql/actions/runs/4006405130/jobs/6877888985) runs. This updates the script to use the `-E` as discussed in the comments [here](https://stackoverflow.com/a/24717687).