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

_Draft as I'm not sure this is a good idea_ ## Which issue does this PR close? Closes #. ## Rationale for this change https://github.com/apache/arrow-datafusion/discussions/7737#discussioncomment-7186343 shows parquet metadata decoding showing...

core
Stale

## Which issue does this PR close? Closes #6107 ## What changes are included in this PR? - added a new `visualize` folder for attempting to visualize `history.lp` line protocol...

Stale

## Which issue does this PR close? Closes #. Part of #10091 ## Rationale for this change `reverse_expr` has a different meaning between returning clone and None. Together with reversing,...

logical-expr
core

### Is your feature request related to a problem or challenge? As part of making the planner faster, we are updating the passes to avoid copying `LogicalPlan` and `Expr` (see...

good first issue

### Is your feature request related to a problem or challenge? Update: the new project was approved by the board and we are now in the process of setting it...

enhancement

In https://github.com/apache/datafusion/pull/10233 @tisonkun added a doap file 🙏 However, one of the fields is a "download" page which they mention doesn't quite map to Rust expectations / common DataFusion usage....

documentation
development-process

NOTE -- Here is an example of how to make `Expr::NamedStructField` work in 37.1.0: https://github.com/apache/datafusion/pull/10183 ### Is your feature request related to a problem or challenge? In 37.0.0 many of...

enhancement

### Is your feature request related to a problem or challenge? DataFusion currently has an extensive benchmark suite that looks roughly like this: - **fixed task set:** There is a...

enhancement

I was trying to mark the Sort Merge Join as stable and run TPCH tests with SMJ enforced. Got the issue below, we need to fix before returning to discuss...

## Which issue does this PR close? Closes #10145. ## Rationale for this change See the issue. ## What changes are included in this PR? GroupsAccumulator for `array_agg` aggregation function...

physical-expr