Skip to content
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

Merged
merged 5 commits into from
May 21, 2024
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 16, 2024

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

@alamb alamb marked this pull request as draft May 16, 2024 09:39
@github-actions github-actions bot added the parquet Changes to the parquet crate label May 16, 2024
@alamb alamb marked this pull request as ready for review May 16, 2024 11:59
@alamb alamb added the documentation Improvements or additions to documentation label May 16, 2024
/// * For an asynchronous API - [`ParquetRecordBatchStreamBuilder`]
/// Most users should use one of the following specializations:
///
/// * synchronous API: [`ParquetRecordBatchReaderBuilder::try_new`]
Copy link
Contributor Author

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

Copy link
Contributor Author

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

@tustvold tustvold merged commit d65240c into apache:master May 21, 2024
16 checks passed
@alamb alamb deleted the alamb/docs22 branch May 21, 2024 10:18
@alamb
Copy link
Contributor Author

alamb commented May 21, 2024

Thank you @tustvold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants