gsserge opened a new pull request #1341: URL: https://github.com/apache/arrow-rs/pull/1341
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/1327. # Rationale for this change ReaderBuilder for cvs has the bounds field, which currently cannot be set by a user. # What changes are included in this PR? This PR adds a new public method ReaderBuilder::with_bounds(), and changes ReaderBuilder::build() to correctly pass the configured bounds to `Reader::from_csv_reader()`. # Are there any user-facing changes? Users can now configure bounds when using `ReaderBuilder`. -- 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]
