Kikkon commented on code in PR #5723:
URL: https://github.com/apache/arrow-rs/pull/5723#discussion_r1772517549
##########
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:
I think this comment is no longer needed, so I've removed it.
--
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]