v.25.8Improvement

Add missing partition_columns_in_data_file to azure configuration

Add missing partition_columns_in_data_file to azure configuration. #85373 (Arthur Passos).
Added the missing partition_columns_in_data_file setting to the Azure storage configuration in ClickHouse.

Why it matters

This feature addresses the absence of the partition_columns_in_data_file option in the Azure configuration, enabling users to specify whether partition columns are stored within data files. This helps improve compatibility and control over partitioned data storage on Azure, aligning it with other supported storage configurations.

How to use it

Users can enable this feature by including the partition_columns_in_data_file setting in their Azure storage configuration section in ClickHouse settings or table definitions. Set it to true or false depending on whether partition columns should be embedded in the data files.