Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed May 4, 2022
1 parent ebbaacf commit 5c2c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/optimizer/projection_push_down.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ fn optimize_plan(
}
LogicalPlan::Union(Union { .. }) => {
// Scope of alias is outside, inside we should remove it.
// Here we remove the alias `in new_required_columns`.
// Here we remove the alias in `new_required_columns`.
let new_required_columns = new_required_columns
.iter()
.map(|c| match &c.relation {
Expand Down

0 comments on commit 5c2c184

Please sign in to comment.