tustvold opened a new issue, #2198: URL: https://github.com/apache/arrow-rs/issues/2198
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `parquet::arrow::arrow_reader` contains a fairly extensive set of tests under `run_single_column_reader_tests` that are used to fuzz test the arrow readers. It would significantly boost the coverage of the record skipping logic if we could integrate the row skipping logic into this harness **Describe the solution you'd like** Add an optional row selection to `TestOptions` and add examples of using this to the `all_options` list in `run_single_column_reader_tests`. **Describe alternatives you've considered** We could not do this **Additional context** - #2197 - #1792 FYI @Ted-Jiang -- 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]
