rluvaton commented on code in PR #7039:
URL: https://github.com/apache/arrow-rs/pull/7039#discussion_r1932378583
##########
arrow-array/src/array/list_array.rs:
##########
@@ -325,6 +369,10 @@ impl<OffsetSize: OffsetSizeTrait>
GenericListArray<OffsetSize> {
}
/// Returns a zero-copy slice of this array with the indicated offset and
length.
+ ///
+ /// Notes: this mthod does *NOT* slice the underyling values array or
modify
Review Comment:
```suggestion
/// Notes: this method does *NOT* slice the underlying values array or
modify
```
--
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]