jp0317 opened a new pull request, #6834:
URL: https://github.com/apache/arrow-rs/pull/6834
# Which issue does this PR close?
No issue
# Rationale for this change
performance improvement
# What changes are included in this PR?
Moving the parsing of
[repeated_value](https://github.com/apache/arrow-rs/blob/main/parquet/src/encodings/rle.rs#L379-L382)
out of the loop
# Are there any user-facing changes?
Not really: although it adds `Clone` restriction to the `get_batch<T>()`,
the `T` in practice always implements Clone.
--
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]