HaoYang670 opened a new issue, #1908: URL: https://github.com/apache/arrow-rs/issues/1908
**Describe the bug** https://github.com/apache/arrow-rs/blob/master/arrow/src/array/array_list.rs#L384-L390 ```rust /// Returns the length for value at index `i`. /// /// Note this doesn't do any bound checking, for performance reason. #[inline] pub const fn value_length(&self) -> i32 { self.length } ``` The doc is incorrect **Expected behavior** Correct the doc. -- 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]
