dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

Distributed SQL Engine in Python using Dask

Results 253 dask-sql issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** After porting from Calcite we need to re-add support for the `CREATE TABLE` syntax. As it stands this is not...

enhancement
datafusion

**What happened**: Queries that include multiple distinct aggregations on the same column (ex: `SUM(a)` and `AVG(a)`) return incorrect results. **Minimal Complete Verifiable Example**: ```python import pandas as pd from dask_sql...

bug
needs triage

dbt (data build tool) enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. refer : [github](https://github.com/dbt-labs/dbt) and [product website](https://www.getdbt.com/)...

**Is your feature request related to a problem? Please describe.** PyTest `test_compatibility::test_agg_count` throws an error `ValueError: Arrow DataFusion should optimize them away!` which is unexpected and should be investigated. **Describe...

enhancement
datafusion

**Is your feature request related to a problem? Please describe.** Add support for stddev_samp and stddev_pop sql aggregations.

enhancement
datafusion

**Is your feature request related to a problem? Please describe.** Currently there are manual steps in the code to start using dask-sql with Fugue. **Describe the solution you'd like** I...

enhancement

**Is your feature request related to a problem? Please describe.** dask-sql previously supported a `single_value` window function that was functionally identical to `first_value`. Which would fail with the datafusion branch...

enhancement
datafusion

Had the chance to chat with @mgrover1 at SciPy 2022, who showed me an interesting use case for dask-sql in exploring and plotting surface observations, which can be read in...

documentation

**Is your feature request related to a problem? Please describe.** The current plugin model allows for a single name/type to be used for each plugin. While straightforward this prevents the...

enhancement
datafusion