Skip to content

Commit

Permalink
send [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 15, 2024
1 parent 257b0b3 commit 2375d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-expr/src/reduce/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub use convert::{can_convert_into_reduction, into_reduction};
use polars_core::prelude::*;

#[allow(dead_code)]
pub trait Reduction: Any {
pub trait Reduction: Any + Send {
fn init(&mut self);

fn update(&mut self, batch: &Series) -> PolarsResult<()>;
Expand Down

0 comments on commit 2375d9d

Please sign in to comment.