-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine ParquetRecordBatchReaderBuilder docs #5774
Conversation
/// * For an asynchronous API - [`ParquetRecordBatchStreamBuilder`] | ||
/// Most users should use one of the following specializations: | ||
/// | ||
/// * synchronous API: [`ParquetRecordBatchReaderBuilder::try_new`] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the examples / APIs are on try_new
so I think that is the place to direct people rather than to ParquetRecordBatchReaderBuilder
and then they have to find try_new
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a new example for ParquetRecordBatchStreamBuilder::new
and changed the link
Thank you @tustvold |
Which issue does this PR close?
N/A
Rationale for this change
As part of working on another project, there were a few places where I thought the documentation could be improved (would have made it easier for me)
What changes are included in this PR?
Refine the docs in places that would have helped me
Are there any user-facing changes?
hopefully better docs