From 2b393167d48818cf0c29d395797a50e0f077e4f4 Mon Sep 17 00:00:00 2001 From: zhangstar333 <2561612514@qq.com> Date: Wed, 7 Aug 2024 23:02:11 +0800 Subject: [PATCH] update --- gensrc/thrift/PaloInternalService.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 61c135d54657de7..d3793a658db2fd6 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -331,9 +331,9 @@ struct TQueryOptions { 124: optional bool hive_orc_use_column_names = true; 125: optional bool enable_segment_cache = true; - 126: optional i32 partition_topn_partition_threshold = 1024; 126: optional i32 runtime_bloom_filter_max_size = 16777216; + 127: optional i32 partition_topn_partition_threshold = 1024; // For cloud, to control if the content would be written into file cache // In write path, to control if the content would be written into file cache.