datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? - Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
### Is your feature request related to a problem or challenge? This is a collection of various items related to "dynamic filtering" Roughly speaking dynamic filters are filters who values...
## Which issue does this PR close? - Closes #16302 ## Rationale for this change It would be automatically add a / to the path if the first one was...
## Which issue does this PR close? - Closes https://github.com/apache/datafusion/issues/16187 ## Rationale for this change This PR fixes a panic crash in array indexing operations when accessing elements from `map_values()`...
Hm @adriangb another thing I wondered is `update_filter` does seem to take only the heap of the current partition into account, as in TopK (currently at least) each partition has...
## Which issue does this PR close? ## Rationale for this change first, it seems that grouping udaf document is not correct. and for aggregation with grouping, e.g. ```sql CREATE...
## Which issue does this PR close? - Related to https://github.com/apache/arrow-rs/issues/6692 - Related to #3463 ## Rationale for this change I am trying to move the coalesce operation upstream into...
### Is your feature request related to a problem or challenge? https://github.com/apache/datafusion/pull/16290 Has been merged, so we need to update the doc for next release. New unified config for sql...
Note: This PR contains an example and supporting code. It has no changes to the core. ## Which issue does this PR close? - Closes https://github.com/apache/datafusion/issues/12393 - Note this is...
### 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://crates.io/crates/datafusion/47.0.0 (April, 2025)...