Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Jan 31, 2025
1 parent 865aa7d commit 0e9ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/array/struct_/compute/to_arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 0e9ab1c

Please sign in to comment.