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

Python: Fix optionality of Manifest fields #7796

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

maxdebayser
Copy link
Contributor

Fix the column_sizes, value_counts and data_file field optionalities to conform to the specification at https://iceberg.apache.org/spec/#manifests

Without these changes the Avro files that I was generating couldn't be parsed by the iceberg rest catalog service.

Without these changes the Avro files that were generated couldn't be
parsed by the iceberg rest catalog service.
@github-actions github-actions bot added the python label Jun 7, 2023
@Fokko Fokko self-requested a review June 7, 2023 18:25
@Fokko Fokko changed the title Fix optionality of Manifest fields Python: Fix optionality of Manifest fields Jun 7, 2023
Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Looks great @maxdebayser, thanks for catching this

@Fokko Fokko merged commit 5a2eba3 into apache:master Jun 7, 2023
7 checks passed
@maxdebayser maxdebayser deleted the fix_optional_manifest_fields branch June 11, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants