askoa opened a new pull request, #3681: URL: https://github.com/apache/arrow-rs/pull/3681
# Which issue does this PR close? # Rationale for this change The users might want to iterate on sliced run array. # What changes are included in this PR? Built on top of yet to be merged PR #3662 The current version of run array iterator `run_iterator.rs` does not work for sliced array. This PR makes run array iterator work for sliced array. # Are there any user-facing changes? Run encoded arrays are still under development and most likely not yet used. -- 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]
