tustvold opened a new pull request, #1782:
URL: https://github.com/apache/arrow-rs/pull/1782
# Which issue does this PR close?
Closes #.
# Rationale for this change
There is an extremely common pattern of creating a `SerializedFileReader`
only to pass it to the constructor to `ParquetFileArrowReader`. Not only is
this cumbersome, but the `Arc` part is a little bit surprising especially to
new users.
# What changes are included in this PR?
Adds `try_new` and `try_new_with_options` methods to
`ParquetFileArrowReader` to simplify this common case
# Are there any user-facing changes?
No
--
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]