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.** A clear and concise description of what the problem is. Ex. I'm...

enhancement

PR#3482 Thank you @DhamoPS -- I reviewed the tests carefully and they look very good 👌 I think if we add a few more showing this PR works with some...

**Describe the bug** A clear and concise description of what the bug is. For example, in ProjectExec, output_partitioning and output_ordering should consider Alias and translate the child input accordingly. **To...

bug

# Which issue does this PR close? #2214 Add support for adding filter to aggregation. eg: `AGGREGATE(input) FILTER (WHERE condition)` Closes #2214 # What changes are included in this PR?...

logical-expr
physical-expr
core

**Describe the bug** ``` [INFO] [stderr] Compiling datafusion-proto v12.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `datafusion-proto v12.0.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO]...

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Thinking about the comments from @avantgardnerio on https://github.com/apache/arrow-datafusion/pull/3482/files#r972435250 if/when we want to...

enhancement

**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/arrow-datafusion/pull/3536 and doesn't pass all tests # Which issue does this PR close? Re https://github.com/apache/arrow-datafusion/issues/3531 # Rationale for this change While working on https://github.com/apache/arrow-datafusion/issues/3531 I...

This is followed on the Proposal for Date/Time enhancement #3100 Please edit the list or comment bellow if you find something not listed here. ## Date/Time/Timestamp Types & Casting -...

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

bug
enhancement