dask-sql
dask-sql copied to clipboard
Distributed SQL Engine in Python using Dask
It would be useful to have date_trunc function in dask-sql.
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...
**What happened**: "SELECT (\ IN (\, \, (CASE \ WHEN \ THEN \ END ), ((\)||(\)))) FROM \" brings error, when using GPU. However it is able to output result,...
**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...
**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...
**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...
**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...
**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...
**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,...
**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,...