v.22.6Improvement

Added Support for Schema Inference for hdfsCluster

Added support for schema inference for hdfsCluster. #35812 (Nikita Mikhaylov).
Added support for automatic schema inference when querying data from hdfsCluster in ClickHouse.

Why it matters

This feature allows ClickHouse to automatically detect and infer the schema of data stored in HDFS clusters, simplifying data integration and reducing the need for manual schema definitions when working with HDFS data sources.

How to use it

When querying data from an hdfsCluster, users can now rely on ClickHouse to infer the schema automatically without manually specifying it, streamlining the process of accessing and analyzing HDFS data.