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

fix(parquet/metadata): fix default unsigned int statistics #210

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

zeroshade
Copy link
Member

@zeroshade zeroshade commented Dec 9, 2024

Rationale for this change

fixes #209

What changes are included in this PR?

Fixing UpdateSpaced statistics methods to properly check unsigned values to ensure proper handling of default min/max values.

Are these changes tested?

Yes, unit test was added to confirm.

Are there any user-facing changes?

None, other than fixing the reported bug.

@zeroshade zeroshade force-pushed the fix-statistics-uint16 branch from 5f0d5e4 to bb1ca37 Compare December 9, 2024 19:50
@zeroshade zeroshade merged commit ebda0f3 into apache:main Dec 10, 2024
24 checks passed
@zeroshade zeroshade deleted the fix-statistics-uint16 branch December 10, 2024 17:37
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.

[Go][Parquet] A uint16 number written to parquet file not parseable by DuckDB
3 participants