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 fixed length byte array columns write byte array statistics #660

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

Parquet fixed length byte array columns write byte array statistics #660

alamb opened this issue Aug 5, 2021 · 0 comments · Fixed by #662
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 FixedLengthByteArray column, the parquet writer will create Statistics::ByteArray rather than Stastistics::FixedLengthByteArray

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

Expected behavior
a FixedLengthByteArray column should create Stastistics::FixedLengthByteArray

Additional context
Found while working on #643

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