etseidl opened a new pull request, #9794: URL: https://github.com/apache/arrow-rs/pull/9794
# Which issue does this PR close? - Closes #9793. # Rationale for this change `DeltaBitPackDecoder::skip` uses some magic numbers when sizing the buffer used for skipping. Files that use non-standard miniblock sizes will cause `skip` to panic. # What changes are included in this PR? Replace hard coded values with `values_per_miniblock` when creating skip buffer. `values_per_miniblock` is calculated from values in the delta header. # Are these changes tested? Yes, test with file with non-standard sizes is added to the arrow_reader tests. # Are there any user-facing changes? No. -- 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]
