gsserge commented on a change in pull request #1324: URL: https://github.com/apache/arrow-rs/pull/1324#discussion_r808483707
########## File path: arrow/src/csv/reader.rs ########## @@ -1055,6 +1056,7 @@ pub struct ReaderBuilder { /// The default batch size when using the `ReaderBuilder` is 1024 records batch_size: usize, /// The bounds over which to scan the reader. `None` starts from 0 and runs until EOF. + #[allow(dead_code)] Review comment: To me it looks more like an omission in the builder. `Reader::from_csv_reader()` correctly processes the `bounds` parameter. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org