alamb commented on PR #6924: URL: https://github.com/apache/arrow-rs/pull/6924#issuecomment-2571388104
> When I looked at the existing code, we have a [&'a GenericByteArray](https://github.com/apache/arrow-rs/blob/b77d38d022079b106449ead3996f373edc906327/arrow-array/src/array/byte_array.rs#L547) which also takes a reference and returns ArrayIter. So I wasn't sure why this was needed -- and what it added by making the `iter()` trait which does the same thing as the existing `into_iter()` trait. Am I missing something? I am not sure -- that is why I was asking for an example of this trait being used -- then we can have a concrete discussion if this API is duplicative or not -- 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]
