Skip to content

Commit

Permalink
fix typo (apache#14605)
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sourcerer authored Feb 11, 2025
1 parent 87d74eb commit 2c73fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/analyzer/count_wildcard_rule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use datafusion_expr::expr::{AggregateFunction, WindowFunction};
use datafusion_expr::utils::COUNT_STAR_EXPANSION;
use datafusion_expr::{lit, Expr, LogicalPlan, WindowFunctionDefinition};

/// Rewrite `Count(Expr:Wildcard)` to `Count(Expr:Literal)`.
/// Rewrite `Count(Expr::Wildcard)` to `Count(Expr::Literal)`.
///
/// Resolves issue: <https://github.com/apache/datafusion/issues/5473>
#[derive(Default, Debug)]
Expand Down

0 comments on commit 2c73fcd

Please sign in to comment.