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

Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.20.3 to 0.21.2. Release notes Sourced from pyo3-build-config's releases. PyO3 0.21.2 This release contains some fixes to compile-time edge cases for the PyO3 0.21 series: A missing...

dependencies
rust

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.80. Release notes Sourced from async-trait's releases. 0.1.80 Fix unreachable code warning for async functions that return ! (#265, thanks @​de-vri-es) 0.1.79 Clean up some...

dependencies
rust

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.2 to 0.11.3. Release notes Sourced from env_logger's releases. v0.11.3 [0.11.3] - 2024-03-05 Features Experimental support for key-value logging behind unstable-kv Changelog Sourced from env_logger's changelog. [0.11.3]...

dependencies
rust

The python type string is not implemented (yet) iam geeting error in this code try: c = Context() #print("------------------------------coloums------------------------------------dataframe----------------------") #print(list(df.columns)) c.create_table("click_integrity_table", df) query1=("select date from click_integrity_table limit 10") result =...

bug
needs triage

For the sake of simplifying CI and the eventual work that may need to happen around the [stdlib('c') migration](https://conda-forge.org/news/2024/03/24/stdlib-migration/), and especially considering it seems like an upcoming conda rust 1.78...

Want to make sure that https://github.com/dask/dask-expr/pull/1059 resolves all the hanging tests. cc @rjzamora

Though the hope is that https://github.com/dask/dask-expr/pull/1059 should unblock (at least some of) the hanging tests, observation of the graphs getting produced from our window code shows that we should be...

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.3.0 to 3.0.4. Release notes Sourced from conda-incubator/setup-miniconda's releases. Version 3.0.4 Fixes #345 Fix running on macOS 13 on Intel since the runners no longer provide miniconda...

dependencies
github_actions

bug
documentation
good first issue

**What happened**: SELECT -0.0 FROM \ brings different results, when using CPU and GPU. **What you expected to happen**: It is the same result, when using CPU and GPU. **Minimal...

bug
needs triage