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

It would be useful to have date_trunc function in dask-sql.

enhancement
needs triage

Hello I start to use dask- sql but I cant make any simple query, I can just make a total selection with `select * from df;`. Beside this query I...

bug
needs triage

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

bug
needs triage

**What happened**: "SELECT \ FROM \ HAVING EVERY(\)" brings error, when using GPU. However it is able to output result, when using CPU. **What you expected to happen**: It will...

bug
needs triage

**What happened**: "SELECT (CASE false WHEN (true) THEN (true) WHEN false THEN false END ), ('\'), false FROM \" brings error, when using GPU. However it is able to output...

bug
needs triage

**What happened**: "SELECT ((\)LIKE(\)) FROM \" brings error, when using GPU. However it is able to output result, when using CPU. **What you expected to happen**: It will not bring...

bug
needs triage

**What is your question?** I keep getting this error when trying to query a table created from dask dataframe reading a csv file. A couple of columns in the csv...

question

**What happened**: Using "SELECT \ FROM \" by JDBC brings different results, when using CPU and GPU. However, it is the same result, when using this sql by python. **What...

bug
needs triage

**What happened**: Using "SELECT (\)\*(\) FROM \" by JDBC brings error, when using GPU. While it is able to output result, when using CPU. However, it is the same result,...

bug
needs triage

**What happened**: Using "SELECT \ FROM \" by JDBC and python brings 4 different results, when using CPU and GPU. **What you expected to happen**: It is the same result,...

bug
needs triage