We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617151 commit 8f95ffbCopy full SHA for 8f95ffb
datafusion/physical-plan/src/aggregates/mod.rs
@@ -88,7 +88,7 @@ pub enum AggregateMode {
88
/// group keys. If a group key is duplicated, duplicate groups would be
89
/// produced
90
FinalPartitioned,
91
- /// *Single* layer of Aggregation, input in exactly one partition
+ /// *Single* layer of Aggregation, input is exactly one partition
92
///
93
/// Applies the entire logical aggregation operation in a single operator,
94
/// as opposed to Partial / Final modes which apply the logical aggregation using
0 commit comments