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.** queries using `grouping(x, y)` cannot be run by dask-sql for instance, ``` import dask_sql as ds import pandas as pd...

enhancement
needs triage

**Is your feature request related to a problem? Please describe.** queries using `grouping` cannot be run by dask-sql for instance, ``` import dask_sql as ds import pandas as pd print(ds.__version__)...

enhancement
needs triage

[Workflow Run URL](https://github.com/dask-contrib/dask-sql/actions/runs/13043668683) Python 3.12 Test Summary ``` ```

upstream

**What happened**: SELECT (CASE \ WHEN \ THEN \ END) FROM \ brings different results, when using CPU and GPU execution. **What you expected to happen**: It is the same...

bug
needs triage

New cuDF and ucx-py nightly versions have been detected. Updated gpuCI to use RAPIDS 24.10 and UCX-Py 0.40.

Hi Dask-SQL users, Pinning this issue to put in text that this project currently does not have a dedicated maintainer. Though I and some others have been able to occasionally...

meta

**What happened**: SELECT (CASE \ WHEN \ THEN \ ELSE \ END ) FROM \ JOIN \ brings error, when using GPU execution. However it is able to output result,...

bug
needs triage

**What happened**: SELECT * FROM \ WHERE \ brings crash, when using CPU execution. **What you expected to happen**: It will not bring crash, when using CPU execution. **Minimal Complete...

bug
needs triage

**What happened**: SELECT (CASE \ WHEN (CASE \ WHEN \ THEN \ END) THEN \ ELSE \ END) FROM \ brings different results, when using CPU and GPU execution. **What...

bug
needs triage

**What happened**: SELECT (\) NOT IN (CASE \ WHEN \ THEN \ END) FROM \ brings different results, when using CPU and GPU execution. **What you expected to happen**: It...

bug
needs triage