Dandandan commented on PR #7457: URL: https://github.com/apache/arrow-rs/pull/7457#issuecomment-2845298063
What do we want to do with the API breakage? I think it would be nice to avoid the unsafe / move to Iterator::collect, but using `ArrayAccessor` or even `ArrayIter` I think still needs the use of the unsafe API's to avoid big regressions (in large part because of https://doc.rust-lang.org/std/iter/trait.TrustedLen.html is not stable). At least I can break out the `not` improvement to another PR. -- 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