8000 small clippy fix (#524) · Bernolt/arrow-datafusion-python@d7fcea2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7fcea2

Browse files
authored
small clippy fix (apache#524)
1 parent c6a7af5 commit d7fcea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn window(
140140
ctx.and_then(|ctx| {
141141
ctx.ctx
142142
.udaf(name)
143-
.map(|fun| datafusion_expr::WindowFunction::AggregateUDF(fun))
143+
.map(datafusion_expr::WindowFunction::AggregateUDF)
144144
.ok()
145145
})
146146
});

0 commit comments

Comments
 (0)
0