tustvold commented on PR #7868: URL: https://github.com/apache/arrow-rs/pull/7868#issuecomment-3035075783
I don't see an issue with adding documentation to clarify how the offsets should be used to interpret the values. Such documentation already exists for Listarray, see [here](https://docs.rs/arrow-array/latest/arrow_array/array/struct.GenericListArray.html#slicing) adding something similar for ByteArray makes sense to me. I don't think we should add the methods in this PR as they are not how these arrays are supposed to operate, are slow, and I think will create more confusion. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org