Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaysynnada committed Mar 1, 2025
1 parent 68ca5d5 commit abc9b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/aggregates/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub enum AggregateMode {
///
/// Note: Adjacent `Partial` and `Final` mode aggregation is equivalent to a `Single`
/// mode aggregation node. The `Final` mode is required since this is used in an
/// intermediate step. The [`CombinePartialFinalAggregate`] physical optimizer rule
/// intermediate step. The `CombinePartialFinalAggregate` physical optimizer rule
/// will replace this combination with `Single` mode for more efficient execution.
Final,
/// *Final* of multiple layers of aggregation, input is *Partitioned*
Expand Down

0 comments on commit abc9b9e

Please sign in to comment.