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 serde support for Arrow FileTypeWriterOptions #8850

Merged
merged 9 commits into from
Jan 18, 2024

Conversation

tushushu
Copy link
Contributor

@tushushu tushushu commented Jan 13, 2024

Which issue does this PR close?

Closes #8599.

By reading #8627 and #8641, I speculated that maybe the code should be written like this, but I'm not entirely sure if the code I wrote is correct. Maybe I should read more documentation about arrow-rs in the future.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

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.

Thank you @tushushu -- this PR makes sense to me. I realize it is somewhat strange that there are no fields yet but once they are added I think this PR has all the plumbing in place to add them to seriailzation easily.

Thank you

@alamb
Copy link
Contributor

alamb commented Jan 18, 2024

I took the liberty of merging this branch up from main and once the CI passes I intend to merge it in

@alamb alamb merged commit 9b78efa into apache:main Jan 18, 2024
22 checks passed
@alamb
Copy link
Contributor

alamb commented Jan 18, 2024

Thanks again @tushushu

@tushushu
Copy link
Contributor Author

@alamb Thanks Andrew for reviewing the PR~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add serde support for Arrow FileTypeWriterOptions
2 participants