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 #19056 ## Rationale for this change Make the list file cache memory limit and TTL configurable via runtime config. ## What...

documentation
core
sqllogictest
execution

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...

documentation

### 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...

enhancement

## 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...

common
physical-plan

## 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...

documentation
sqllogictest
substrait
common