westonpace commented on code in PR #5723:
URL: https://github.com/apache/arrow-rs/pull/5723#discussion_r1771393826
##########
arrow-array/src/array/list_view_array.rs:
##########
@@ -393,9 +403,11 @@ impl<OffsetSize: OffsetSizeTrait> From<FixedSizeListArray>
for GenericListViewAr
let iter = std::iter::repeat(size).take(value.len());
let mut sizes = Vec::with_capacity(iter.size_hint().0);
let mut offsets = Vec::with_capacity(iter.size_hint().0);
+ //check if the size is usize
+
Review Comment:
Not entirely sure I understand the meaning of this comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]