vortex_arrays::assertions::assert_arrays_eq forces users to install itertools
#5542
-
Issue Description
Expected Behavior
Actual BehaviorReproduction Stepsuse vortex::{arrays::PrimitiveArray, buffer::buffer, validity::Validity};
use vortex_array::assert_arrays_eq;
fn main() {
let a = PrimitiveArray::new(buffer![1u64, 2, 3], Validity::NonNullable);
assert_arrays_eq!(&a, &a);
}OS Version InformationmacOS 15.6.1 I acknowledge that:
|
Beta Was this translation helpful? Give feedback.
Answered by
robert3005
Nov 26, 2025
Replies: 1 comment
-
|
This has been fixed in #5543 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
connortsui20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been fixed in #5543