datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Apache DataFusion SQL Query Engine

Results 1065 datafusion issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** New benchmark suite! https://github.com/ClickHouse/ClickBench/ **Describe the solution you'd like** Would be interesting...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** PR https://github.com/apache/arrow-datafusion/pull/2754 adds an extensible configuration mechanism based on key-value pairs. This...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The CI system in arrow-datafusion largely dates to the time when it...

enhancement

I have a folder containing .parquet files. The schemas of the files are the same, and the file names are distinguished by timestamp. The SQL statement, select * from table...

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In a past project, we had a harness that could generate random...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We do not have tests involving `NaN` for `approx_median,` and the current...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Add support for the `SIMILAR TO` operator like: ``` string SIMILAR TO...

enhancement
sql

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Schema: ``` c1 decimal(18,) ``` select * from table where c1 =...

enhancement

**Describe the bug** single_distinct_to_groupby panic when group by expr is a binaryExpr, with error message like this: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: SchemaError(FieldNotFound {...

bug