viirya commented on code in PR #3155:
URL: https://github.com/apache/arrow-rs/pull/3155#discussion_r1031296997
##########
arrow-array/src/array/list_array.rs:
##########
@@ -29,7 +29,9 @@ use std::any::Any;
/// trait declaring an offset size, relevant for i32 vs i64 array types.
pub trait OffsetSizeTrait: ArrowNativeType + std::ops::AddAssign + Integer {
+ /// True for 64 bit size and false for 32 bit size
Review Comment:
```suggestion
/// True for 64 bit offset size and false for 32 bit offset size
```
--
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]