spektom commented on PR #7868: URL: https://github.com/apache/arrow-rs/pull/7868#issuecomment-3034994529
> > the array could be a slice of another array, in which case the method returns the original values/offsets"? > > If you slice the array it will slice the offsets, it will not return the same offsets? Yes, what I meant is that the offsets are not presented as original offsets of current array, but they are shifted to the slice 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]
