Skip to content

Commit 8f95ffb

Browse files
alambwiedld
andauthored
Update datafusion/physical-plan/src/aggregates/mod.rs
Co-authored-by: wiedld <wiedld@users.noreply.github.com>
1 parent 6617151 commit 8f95ffb

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/aggregates

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/aggregates/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub enum AggregateMode {
8888
/// group keys. If a group key is duplicated, duplicate groups would be
8989
/// produced
9090
FinalPartitioned,
91-
/// *Single* layer of Aggregation, input in exactly one partition
91+
/// *Single* layer of Aggregation, input is exactly one partition
9292
///
9393
/// Applies the entire logical aggregation operation in a single operator,
9494
/// as opposed to Partial / Final modes which apply the logical aggregation using

0 commit comments

Comments
 (0)