Skip to content

Commit

Permalink
small clippy fix (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Oct 21, 2023
1 parent c6a7af5 commit d7fcea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn window(
ctx.and_then(|ctx| {
ctx.ctx
.udaf(name)
.map(|fun| datafusion_expr::WindowFunction::AggregateUDF(fun))
.map(datafusion_expr::WindowFunction::AggregateUDF)
.ok()
})
});
Expand Down

0 comments on commit d7fcea2

Please sign in to comment.