We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f31a6b commit a9d1598Copy full SHA for a9d1598
1 file changed
datafusion/expr/src/udaf.rs
@@ -728,7 +728,7 @@ pub trait AggregateUDFImpl: Debug + DynEq + DynHash + Send + Sync {
728
/// While this rewrite may seem worse (slower) than the original as it
729
/// computes *more* aggregate expressions, the common subexpression
730
/// elimination (CSE) can then reduce the number of distinct aggregates the
731
- /// query actually needs to compute witha rewrite like
+ /// query actually needs to compute with a rewrite like
732
///
733
/// * `Projection(_A + 1*_B, _A + 2*_B)`
734
/// * ` Aggregate(_A = SUM(x), _B = COUNT(x))`
0 commit comments