From 9cc528b01f50e11e0095fe763b02d31659f306dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=89=AC?= <654010905@qq.com> Date: Wed, 23 Mar 2022 21:57:58 +0800 Subject: [PATCH] Update HiveFile.h --- src/Storages/Hive/HiveFile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; };