datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? - Closes #19056 ## Rationale for this change Make the list file cache memory limit and TTL configurable via runtime config. ## What...
This update adds documentation for `NestedLoopJoinExec` to the EXPLAIN ANALYZE / metrics user guide. The operator recently gained a `selectivity` metric, and this PR documents its behavior along with the...
### Is your feature request related to a problem or challenge? While working with @zhuqi-lucas on https://github.com/apache/datafusion/pull/19042 we noticed it is not possible to sort the hits.parquet dataset Get the...
## Which issue does this PR close? ## Rationale for this change https://github.com/apache/datafusion/issues/18456 requires this refactor. Now we have dependency physical-plan -> physical-expr -> common, and metrics module lives in...
## Which issue does this PR close? - Closes #. ## Rationale for this change As previously discussed in https://github.com/apache/datafusion/pull/17299. This continues to be a bit of a thorn for...