rluvaton opened a new pull request, #8728: URL: https://github.com/apache/arrow-rs/pull/8728
# Which issue does this PR close? N/A # Rationale for this change for the fix: the array iterator is marked as exact size iterator and double ended iterator so it should report the current length when accessed through the other side # What changes are included in this PR? fix by using `current_end` instead of `array.len()` and also adds a LOT of tests extracted from (which is how I found that bug): - #8697 # Are these changes tested? Yes # Are there any user-facing changes? Kinda -- 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]
