Skip to content

Commit

Permalink
Merge branch 'alamb/type_coercion' of github.com:alamb/datafusion int…
Browse files Browse the repository at this point in the history
…o alamb/type_coercion
  • Loading branch information
alamb committed May 13, 2024
2 parents 0e87fb3 + 41ecf4b commit b43a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/analyzer/type_coercion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn analyze_internal(
let mut expr_rewrite = TypeCoercionRewriter::new(&schema);

let name_preserver = NamePreserver::new(&plan);
// apply coercion rewrite all expressions in the plan indivdually
// apply coercion rewrite all expressions in the plan individually
plan.map_expressions(|expr| {
let original_name = name_preserver.save(&expr)?;
expr.rewrite(&mut expr_rewrite)?
Expand Down

0 comments on commit b43a345

Please sign in to comment.