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? - related to https://github.com/apache/datafusion/pull/19111 ## Rationale for this change While reviewing https://github.com/apache/datafusion/pull/19111 from @adriangb I found a few places that the documentation could...

documentation
physical-expr
datasource

## Which issue does this PR close? - Closes #18060. I am sorry that I missed the previous PR implementing this ( https://github.com/apache/datafusion/pull/18120 ) and I'm also happy to review...

documentation
sql
logical-expr
physical-expr
optimizer
core
substrait
proto
functions

### Is your feature request related to a problem or challenge? Processing semi-structured data (basically think anything that can be represented in JSON) efficiently is becoming more and more important....

enhancement
PROPOSAL EPIC

### Is your feature request related to a problem or challenge? Tracking ticket for next release, also a place to track desired inclusions Previous release will be https://github.com/apache/datafusion/issues/17558 (Nov, 2025)...

enhancement

- part of https://github.com/apache/datafusion/issues/19051 Also `listing file statistics cache` seems to not have any memory limit unlike `metadata cache` for example. Is that by design , do you think we...

## Which issue does this PR close? - Closes #19155. - Part of #19144 ## Rationale for this change ## What changes are included in this PR? - Spark `make_interval`...

spark

### Is your feature request related to a problem or challenge? Currently there is no way to control file name for generated files when you write partitioned outputs ### Describe...

enhancement

## Which issue does this PR close? - Part of #17555 . ## Rationale for this change ### Analysis Other engines: 1. Clickhouse seems to only consider `"(U)Int*", "Float*", "Decimal*"`...

sqllogictest
functions

## Related Issues - Follow-up to #18824 (Restore IN_LIST performance -- Implement specialized `StaticFilters` for different data types) - POC implementation: https://github.com/pydantic/datafusion/pull/48 - Micro Benchmarks of the different search algorithms:...

## Which issue does this PR close? This addresses part of https://github.com/apache/datafusion/issues/15804 but does not close it. ## Rationale for this change Now that we are on MSRV 1.88 we...

optimizer
catalog
functions
datasource
spark