viirya commented on code in PR #3662:
URL: https://github.com/apache/arrow-rs/pull/3662#discussion_r1102139045
##########
arrow-array/src/array/run_array.rs:
##########
@@ -175,6 +176,16 @@ impl<R: RunEndIndexType> RunArray<R> {
Some(st)
}
+ /// Returns index to the physical array for the given index to the logical
array.
Review Comment:
```suggestion
/// Returns index to the physical array for the given index to the
logical array, after adjusted by offset.
```
--
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]