Skip to content

Commit a9d1598

Browse files
committed
typo
1 parent 9f31a6b commit a9d1598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/expr/src/udaf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ pub trait AggregateUDFImpl: Debug + DynEq + DynHash + Send + Sync {
728728
/// While this rewrite may seem worse (slower) than the original as it
729729
/// computes *more* aggregate expressions, the common subexpression
730730
/// elimination (CSE) can then reduce the number of distinct aggregates the
731-
/// query actually needs to compute witha rewrite like
731+
/// query actually needs to compute with a rewrite like
732732
///
733733
/// * `Projection(_A + 1*_B, _A + 2*_B)`
734734
/// * ` Aggregate(_A = SUM(x), _B = COUNT(x))`

0 commit comments

Comments
 (0)