Cintu07 commented on code in PR #10984:
URL: https://github.com/apache/arrow-rs/pull/10984#discussion_r3935362771
##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -1761,4 +1784,29 @@ mod tests {
buf.push(1u8);
buf.reserve(usize::MAX);
}
+ #[test]
+ fn try_collect_bool_reports_a_len_it_cannot_reserve() {
Review Comment:
thanks, fixed in a2e0417. #[cfg_attr(miri, ignore)] on that one the way the
rest of
the repo does it. the other test only uses small sizes so it should still
run under
miri, ci will confirm.
--
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]