gsserge opened a new issue #1327: URL: https://github.com/apache/arrow-rs/issues/1327
Discovered in https://github.com/apache/arrow-rs/pull/1324#discussion_r808432653 `ReaderBuilder` for cvs has the `bounds` field, which is supposed to be configured via builder and then passed to `Reader::from_csv_reader()` in the `ReaderBuilder::build()` method. At the moment this is not the case. The fix should include new `ReaderBuilder::with_bounds()` method and a change in `ReaderBuilder::build()` to correctly pass the configured `bounds` to `Reader::from_csv_reader()`. -- 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]
