Skip to content

Commit

Permalink
remove unnecessary collect
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored Jan 29, 2025
1 parent bdb7702 commit 20761a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/expr/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ pub fn exprlist_to_fields<'a>(
// Look for exact match in plan's output schema
let wildcard_schema = find_base_plan(plan).schema();
let input_schema = plan.schema();
let exprs = exprs.into_iter().collect::<Vec<_>>();
let result = exprs
.into_iter()
.map(|e| match e {
Expand Down

0 comments on commit 20761a0

Please sign in to comment.