The Avro input format in ClickHouse now supports Union types even when the Union contains only a single type.
Why it matters
This feature addresses the limitation where Avro schemas with Union types comprising a single type were not properly supported. It enhances ClickHouse's compatibility with Avro data by allowing more flexible schema definitions, ensuring seamless data ingestion and fewer errors when dealing with such Union constructs.How to use it
To use this feature, simply ingest Avro data with Union types that contain a single type as part of your input format in ClickHouse. No additional configuration is required; the improved support is automatic in the Avro input format.