Skip to content

Commit

Permalink
Update arrow-array/src/array/list_view_array.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthijs Brobbel <[email protected]>
  • Loading branch information
Kikkon and mbrobbel authored Sep 29, 2024
1 parent c2572bc commit 9992371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arrow-array/src/array/list_view_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,9 @@ impl<OffsetSize: OffsetSizeTrait> GenericListViewArray<OffsetSize> {
}
} else {
return Err(ArrowError::InvalidArgumentError(format!(
"[Large]ListViewArray's datatype must be [Large]ListViewArray(). It is {:?}",
"{}ListViewArray's datatype must be {}ListViewArray(). It is {:?}",
OffsetSize::PREFIX,
OffsetSize::PREFIX,
data.data_type()
)));
}
Expand Down

0 comments on commit 9992371

Please sign in to comment.