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? This is related to https://github.com/apache/datafusion/issues/18843 ## Rationale for this change This is a pure addition that users would like to use and it...

ffi

## Which issue does this PR close? - Part of #19025 ## Rationale for this change There wasn't a good way to make a time from component parts. ## What...

documentation
sqllogictest
functions

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** complete description later. **Describe the solution you'd like** A clear and concise...

enhancement

### Describe the bug It seems that the functions `array_union` and `array_intersect` are unable to process columnar data that contains NULL values. These NULL values are being overlooked in the...

bug

Hello! **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** ```sql SELECT 1 = ALL(ARRAY[1,1,1,1]); ``` **Describe the solution you'd like**...

enhancement

Hello! **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** ```sql // similar to array contains SELECT 1 = ANY(ARRAY[1,2,3,4]) //...

enhancement

### Is your feature request related to a problem or challenge? Median accumulator implementation can be realized with a sliding algorithm. However, current implementation lacks this implementation. ### Describe the...

enhancement
good first issue

## Which issue does this PR close? - Closes #19167 ## What changes are included in this PR? - adds custom nullability for spark `csc`

spark

### Is your feature request related to a problem or challenge? Right now, when a table is created via `CREATE EXTERNAL TABLE`, the underyling `ListingTable` reads and parses the statistics...

This is my weekly plan, mostly for my own organizational needs (as I am dropping too many things). I am making it public in the hopes that helps others to...