Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Jul 31, 2024
1 parent 4b50086 commit b7b19fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ impl PhysicalPlanner {
let registry = &self.session_ctx.state();
registry
.udaf(name)
.map(|udaf| WindowFunctionDefinition::AggregateUDF(udaf))
.map(WindowFunctionDefinition::AggregateUDF)
.ok()
}
}
Expand Down

0 comments on commit b7b19fb

Please sign in to comment.