Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jun 20, 2024
1 parent 09c4ce1 commit 7575843
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datafusion/physical-expr/src/aggregate/build_in.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ mod tests {
use datafusion_common::plan_err;
use datafusion_expr::{type_coercion, Signature};

use crate::expressions::{
try_cast, ArrayAgg, Avg, BoolAnd, BoolOr, DistinctArrayAgg,
};
use crate::expressions::{try_cast, ArrayAgg, Avg, DistinctArrayAgg};

use super::*;
#[test]
Expand Down

0 comments on commit 7575843

Please sign in to comment.