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

Parquet boolean columns write Int32 statistics #659

Closed
alamb opened this issue Aug 5, 2021 · 0 comments · Fixed by #661
Closed

Parquet boolean columns write Int32 statistics #659

alamb opened this issue Aug 5, 2021 · 0 comments · Fixed by #661
Assignees
Labels
bug parquet Changes to the parquet crate

Comments

@alamb
Copy link
Contributor

alamb commented Aug 5, 2021

Describe the bug
When writing a boolean column, the parquet writer will create Statistics::Int32 rather than Statistics::Boolean

To Reproduce
See test case column::writer::tests::test_bool_statistics added in #643

Expected behavior
a boolean column should result in Statistics::Boolean

Additional context
Found while working on #643

@alamb alamb added parquet Changes to the parquet crate bug labels Aug 5, 2021
@alamb alamb self-assigned this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant