dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

Distributed SQL Engine in Python using Dask

Results 258 dask-sql issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
needs triage

**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...

enhancement
needs triage

**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

question

**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...

enhancement
needs triage

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...

enhancement
needs triage

**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`...

enhancement
python

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`...

bug
needs triage

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).