dask-sql
dask-sql copied to clipboard
Distributed SQL Engine in Python using Dask
**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...
**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__)...
[Workflow Run URL](https://github.com/dask-contrib/dask-sql/actions/runs/13043668683) Python 3.12 Test Summary ``` ```
**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...
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...
**What happened**: SELECT (CASE \ WHEN \ THEN \ ELSE \ END ) FROM \ JOIN \ brings error, when using GPU execution. However it is able to output result,...
**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...
**What happened**: SELECT (CASE \ WHEN (CASE \ WHEN \ THEN \ END) THEN \ ELSE \ END) FROM \ brings different results, when using CPU and GPU execution. **What...
**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...