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).Why it matters
This feature addresses the absence of thepartition_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 thepartition_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.