Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Jan 15, 2025
1 parent f0a0e99 commit 91c4b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vortex-array/src/array/primitive/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ mod test {
let arr = PrimitiveArray::from_option_iter([Option::<i32>::None, None, None]);
let min: Option<Scalar> = arr.statistics().compute(Stat::Min);
let max: Option<Scalar> = arr.statistics().compute(Stat::Max);
let null_i32 = Scalar::null(DType::Primitive(PType::I32, Nullability::Nullable));
assert_eq!(min, None);
assert_eq!(max, None);
}
Expand Down

0 comments on commit 91c4b36

Please sign in to comment.