diff --git a/vortex-array/src/array/struct_/compute/to_arrow.rs b/vortex-array/src/array/struct_/compute/to_arrow.rs index 2b4f9f454d..52d82a08b2 100644 --- a/vortex-array/src/array/struct_/compute/to_arrow.rs +++ b/vortex-array/src/array/struct_/compute/to_arrow.rs @@ -102,7 +102,7 @@ mod tests { let struct_a = StructArray::try_new( FieldNames::from(["xs".into()]), - vec![xs.clone().into_array()], + vec![xs.into_array()], 5, Validity::AllValid, )