etseidl commented on PR #9787: URL: https://github.com/apache/arrow-rs/pull/9787#issuecomment-4299370727
I finally remembered why the optimization in this PR will not be utilized...`skip_records` in `GenericColumnReader` will already skip partial or whole pages that are contained within the range to be skipped. That's why the benchmarks showed no real improvement here. -- 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]
