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

Support Field ID in ArrowWriter (#4702) #4710

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #4702

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the parquet Changes to the parquet crate label Aug 17, 2023
Copy link

@mhilton mhilton left a comment

Choose a reason for hiding this comment

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

LGTM thanks for doing that.

@crepererum
Copy link
Contributor

Why is this a totally different API design than all the other methods on WriterProperties that use ColumnPath?

@tustvold
Copy link
Contributor Author

Why is this a totally different API design than all the other methods on WriterProperties that use ColumnPath?

Because ColumnPath only refers to leaf columns, there would be no way to specify field IDs for nested types with such an API

@tustvold tustvold merged commit b810e8f into apache:master Aug 17, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parquet: support setting the field_id with an ArrowWriter
3 participants