Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 1, 2024
1 parent 4b320e3 commit 3c7452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ impl PhysicalPlanner {
.iter()
.enumerate()
.map(|(idx, expr)| {
self.create_expr(expr, child.schema())
self.create_expr(expr, aggregate.schema())
.map(|r| (r, format!("col_{}", idx)))
})
.collect();
Expand Down

0 comments on commit 3c7452f

Please sign in to comment.