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

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

sql
logical-expr
physical-expr
optimizer
core

### Describe the bug Maybe I'm doing something wrong with my union in [datafusion-functions-json](https://github.com/datafusion-contrib/datafusion-functions-json), but `is null` expressions never evaluate to true with the `JsonUnion` column. They behave as expected...

bug

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

core

### Is your feature request related to a problem or challenge? I noticed below code: https://github.com/apache/datafusion/blob/6a4a280e3cf70fe5f1a1cfe7c2de13e4c39f89bb/datafusion/physical-expr/src/expressions/binary.rs#L537-L564 This looks like every time record_batch is evaluated, it will execute the compiled pattern...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In many timeseries workloads, the need to join one record to another...

enhancement

### Is your feature request related to a problem or challenge? As part of https://github.com/apache/datafusion/pull/11060, @devinjdangelo made file format support into a Trait which is good! However the code to...

enhancement

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/11151 (where we are removing special case uses of Min/Max) ### Describe the solution you'd like Reemove...

enhancement

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/11151 (where we are removing special case uses of Min/Max) ### Describe the solution you'd like Remove...

enhancement

### Is your feature request related to a problem or challenge? in https://github.com/apache/datafusion/pull/11103#discussion_r1653071246 @comphead noted that it is sometimes hard to tell if `.clone()` is a deep clone (and thus...

enhancement

## Which issue does this PR close? Closes #10720 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ```bash # xinli...