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 #9327 ## 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? At the moment datafusion does not support `CREATE FUNCTION`, it only exposes programatic api for UDF declaration. Programatic approach...

enhancement

### Describe the bug ``` DataFusion CLI v35.0.0 ❯ select arrow_cast(make_array(), 'FixedSizeList(1, Null)'); Arrow error: Cast error: Cannot cast to FixedSizeList(1): value at index 0 has length 0 ❯ select...

bug

### Is your feature request related to a problem or challenge? sub-issue of #9285 ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ###...

enhancement

## Which issue does this PR close? closes https://github.com/apache/arrow-datafusion/issues/9256 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? before: ```sh >...

core

## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/9139 ## Rationale for this change better support for working with fixed size lists is needed ## What changes are included in...

logical-expr

## Which issue does this PR close? Closes #9286 ## What changes are included in this PR? Port logic describe in the issue, also I'm wondering whether I can remove...

logical-expr
physical-expr
substrait

## Which issue does this PR close? Follow #8902 ## Rationale for this change For future maintenance, extend `Array` which specialized Signature for ArrayEmpty and similar functions ## What changes...

logical-expr
physical-expr
sqllogictest

## Which issue does this PR close? Closes #. ## Rationale for this change sqlparser supports `Value::EscapedStringLiteral`,but datafusion doesn't implement it. ## What changes are included in this PR? ##...

sql

## Which issue does this PR close? Related to #9280, but not sure if it'd technically close it. ## Rationale for this change It's easy to get tripped up when...