dask-sql
dask-sql copied to clipboard
Distributed SQL Engine in Python using Dask
[Workflow Run URL](https://github.com/dask-contrib/dask-sql/actions/runs/8273785639) Python 3.10 Test Summary ``` ```
Currently the `aarch64` builds require `__glibc >=2.32` to prevent TLS allocation error when importing; is there any way we could modify the TLS model of its shared object to avoid...
**What happened**: `dask-sql` fails to import when trying to use it with `dask-expr` because `dask-expr` does not implement `dd.Aggregation`, which is subclassed in multiple places. We plan to use `dask-expr`...
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.3.0 to 3.0.3. Release notes Sourced from conda-incubator/setup-miniconda's releases. Version 3.0.3 Fixes #336 Fall back to miniconda3 latest when no bundled version + empty with params Tasks...
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. Changelog Sourced from log's changelog. [0.4.21] - 2024-02-27 What's Changed Minor clippy nits by @nyurik in rust-lang/log#578 Simplify Display impl by @nyurik in rust-lang/log#579...
Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.20.0 to 0.20.3. Release notes Sourced from pyo3-build-config's releases. PyO3 0.20.3 This is a stability & compatibility release to fix a couple of minor compilation edge cases...
Addresses #1308. This PR is a first step toward ensuring compatibility with `dask-expr`. After getting the import to work _at all_, I recommend running the entire test suite with `dataframe.query-planning=True`...
**What happened**: "SELECT -2613 FROM \ HAVING (\ NOT BETWEEN \ AND MAX(\)) " brings error, when using GPU. However it is able to output result, when using CPU. **What...
**What happened**: "SELECT (('b햦]D7Jr31')||((CASE 'Kx}lzJ^' WHEN \ THEN '' END ))) FROM \ " brings error, when using GPU. However it is able to output result, when using CPU. **What...
**What happened**: "SELECT (((\ LIKE '\뽞^' ESCAPE 'M')) IS NULL) FROM \" brings error, when using GPU. However it is able to output result, when using CPU. **What you expected...