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

Add ReaderBuilder::with_header for csv reader #4949

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Oct 18, 2023

Which issue does this PR close?

Closes #.

Rationale for this change

This makes it consistent with https://docs.rs/arrow-csv/latest/arrow_csv/reader/struct.Format.html#method.with_header and following #4909 consistent with WriterBuilder::with_header, as well as consistent with the other methods on ReaderBuilder - https://docs.rs/arrow-csv/latest/arrow_csv/reader/struct.ReaderBuilder.html

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added parquet Changes to the parquet crate arrow Changes to the arrow crate labels Oct 18, 2023
@alamb alamb changed the title Add ReaderBuilder::with_header Add csv ReaderBuilder::with_header Oct 18, 2023
@alamb alamb changed the title Add csv ReaderBuilder::with_header Add ReaderBuilder::with_header for csv reader Oct 18, 2023
@alamb alamb added api-change Changes to the arrow API and removed api-change Changes to the arrow API labels Oct 18, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tustvold and @crepererum

I verified the old method still exists, but is deprecated

@alamb alamb merged commit 4964d84 into apache:master Oct 18, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants