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.