Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 19, 2024
1 parent 7ee36e9 commit 734abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/array/arbitrary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ where
.map(|_| random_scalar(u, ldt))
.collect::<Result<Vec<_>>>()?;
builder
.append_value(Scalar::list(ldt.clone(), elem).as_list())
.append_value(Scalar::list(ldt.clone(), elem, n.clone()).as_list())
.vortex_expect("can append value");
} else {
builder.append_null();
Expand Down

0 comments on commit 734abae

Please sign in to comment.