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