alamb commented on code in PR #9816:
URL: https://github.com/apache/arrow-rs/pull/9816#discussion_r3141079970
##########
arrow-data/src/data.rs:
##########
@@ -253,6 +253,18 @@ pub struct ArrayData {
/// A thread-safe, shared reference to the Arrow array data.
pub type ArrayDataRef = Arc<ArrayData>;
+fn checked_len_plus_offset(
Review Comment:
the idea is to validate / error on overflow with a common helper
--
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]