Skip to content

Parquet boolean columns write Int32 statistics #659

@alamb

Description

@alamb

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

Metadata

Metadata

Assignees

Labels

bugparquetChanges to the parquet crate

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions