v.23.1Improvement

Input/output Avro format parses bool type as ClickHouse bool type

Input/output Avro format will parse bool type as ClickHouse bool type. #44684 (Kruglov Pavel).
The Avro input/output format now supports parsing the boolean type as the native ClickHouse Bool type.

Why it matters

This feature improves data compatibility and correctness by allowing boolean values in Avro-encoded data to be directly interpreted as ClickHouse boolean types, eliminating the need for manual type conversions and simplifying data integration workflows.

How to use it

Users can simply use the Avro format for input or output operations involving boolean fields, and the boolean values will be automatically parsed and handled as ClickHouse Bool type without any additional configuration.