Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-6803: [Rust] [DataFusion] Performance optimization for single p…
…artition aggregate queries This PR optimizes the case where there is a single partition being aggregated. In this use case there is no need for a secondary aggregation step. I ran benchmarks to confirm that this addresses the performance regression. Closes apache#5590 from andygrove/ARROW-6803 and squashes the following commits: 213fc10 <Andy Grove> Avoid secondary aggregate for single partitions Authored-by: Andy Grove <[email protected]> Signed-off-by: Andy Grove <[email protected]>
- Loading branch information