Skip to content

Commit 7ce1a45

Browse files
committed
correct fill
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 2262e95 commit 7ce1a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encodings/sparse/benches/sparse_canonical.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn make_sparse_fixed_size_list(len: usize, patch_stride: usize, list_size: u32)
7373
FixedSizeListArray::new(patch_elements, list_size, Validity::NonNullable, n_patches)
7474
.into_array();
7575

76-
let fill_value = Scalar::list(
76+
let fill_value = Scalar::fixed_size_list(
7777
Arc::new(I32.into()),
7878
(0..list_size as i32).map(Scalar::from).collect(),
7979
NonNullable,

0 commit comments

Comments
 (0)