v.24.11Improvement

Boolean Type Support in Parquet Native Reader

Boolean types support for the parquet native reader. #71055 (Arthur Passos).
Boolean types support for the Parquet native reader in ClickHouse.

Why it matters

This feature enables ClickHouse to correctly read and interpret Boolean data types from Parquet files using the native Parquet reader. It addresses compatibility gaps, allowing users to seamlessly work with Parquet files containing Boolean columns without errors or workarounds.

How to use it

Users can take advantage of this feature by using the native Parquet reader in ClickHouse when importing or querying Parquet files with Boolean columns. No additional configuration is needed other than specifying the file format as Parquet in their queries or table definitions.