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.** I am running into type-coercion errors and am probably going to be...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** For testing (and those new to DataFusion) it would be very convenient...

enhancement
good first issue
datafusion

**Describe the bug** The TypeCoercion rule incorrectly uses `coerce_types` (which should probably be renamed to `get_binary_op_type` because it determines the output type of a binary expression) to determine the types...

bug
optimizer

**Describe the bug** I have queries failing with: ``` Error: Internal("Optimizer rule 'filter_push_down' failed due to unexpected error: Internal error: on_lr_is_preserved cannot be appplied to SEMI/ANTI-JOIN nodes. This was likely...

bug
optimizer

**Describe the bug** ``` Error: Internal("Optimizer rule 'common_sub_expression_eliminate' failed due to unexpected error: Error during planning: 'Date64

bug
optimizer

**Describe the bug** ``` Error: Internal("Optimizer rule 'scalar_subquery_to_join' failed due to unexpected error: Error during planning: Optimizing disjunctions not supported! at /home/andy/git/apache/arrow-datafusion/datafusion/optimizer/src/utils.rs:91") ``` **To Reproduce** tbd **Expected behavior** **Additional context**

bug
optimizer

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** PostgreSQL supports the SQL `Filter Clause` which is a clause that filters...

enhancement

**Describe the bug** Apologies for the vague bug report but I wanted to add this to a list tracking work I need to do. Now that CAST no longer changes...

bug

**Describe the bug** `d3.d_date > d1.d_date + INTERVAL '5 days'` fails with `Int64 AND Boolean' can't be evaluated because there isn't a common type to coerce the types to` `d3.d_date...

bug

Repartition Physical Node does not support ArrayList. This PR solves this problem

core