diff --git a/src/Storages/Hive/HiveFile.h b/src/Storages/Hive/HiveFile.h index 7d38efe6acb..aef9d72755a 100644 --- a/src/Storages/Hive/HiveFile.h +++ b/src/Storages/Hive/HiveFile.h @@ -156,7 +156,8 @@ protected: NamesAndTypesList index_names_and_types; MinMaxIndexPtr minmax_idx; std::vector sub_minmax_idxes; - std::set skip_splits; // skip splits for this file after applying minmax index (if any) + /// Skip splits for this file after applying minmax index (if any) + std::set skip_splits; std::shared_ptr storage_settings; };