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

Follow on to https://github.com/apache/datafusion/issues/10172 **It would be great for other contributors to DataFusion who plan non trivial work could try to make them visible somehow as well** 🙏 (feel free...

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The constant folding and constant evaluation in [constant_folding.rs](https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/optimizer/constant_folding.rs)(and added to in https://github.com/apache/arrow-datafusion/pull/1153)...

enhancement
datafusion

### Is your feature request related to a problem or challenge? Currently, only `table` API is async, but `register_table`, `deregister_table`, `table_names`, and `table_exist` can be also async. Also, most of...

enhancement

### Is your feature request related to a problem or challenge? I faced that it is challenging to understand fully how Sort Merge Join `sort_merge_join.rs` implemented and would be nice...

documentation
enhancement

### Is your feature request related to a problem or challenge? When merging a large number of pre-sorted streams (e.g. in our case, a large number of pre-sorted parquet files)...

enhancement

## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10175. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...

api change
sql
logical-expr
physical-expr
optimizer
core

**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

~Draft as it builds on https://github.com/apache/datafusion/pull/10331~ ## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10181 ## Rationale for this change Rationale: There important use cases for creating `Expr`s and executing...

optimizer
core

## Which issue does this PR close? Closes todo. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...

core
sqllogictest

### Describe the bug When you have a column that is created using `array_agg` and the column name is the same as the column name of the original data, calling...

bug