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

**Describe the bug** A clear and concise description of what the bug is. in the test case `select_distinct_from` Run the test case, we will meet the error for optimizer: ```...

bug

**Describe the bug** in this https://github.com/apache/arrow-datafusion/pull/3396 pr, I remove the type coercion in the physical phase. We need do the type coercion in the logical phase as much as early....

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In Ballista, I have key-value pairs for configs that I would like...

enhancement
good first issue

# Which issue does this PR close? Closes #3577 # Rationale for this change optimize join's performance when join has OR clauses in filter or on clause. examine any OR...

optimizer
core

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** examine OR clause for join to see if any useful clauses can...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As explained by @alamb in the user defined plan: > TopK Background:...

enhancement
performance

**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.** Inside `Accumulator` implementation of `VarianceAccumulator` (and many others like `CovarianceAccumulator`) `update_batch` method...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `RANGE` with offset `PRECEDING/FOLLOWING` requires exactly one `ORDER BY` column. However, when...

enhancement

# Hardcoded u64 for WindowFrameBound fields **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `WindowFrameBound` enum takes `Option` for `Preceding`...

bug