From 416ef472453ef3f1e4e65be061bd292052fc5cd6 Mon Sep 17 00:00:00 2001 From: zhiqiang Date: Thu, 5 Sep 2024 14:42:12 +0800 Subject: [PATCH] [chore](thrift compatibility) Fix thrift id on master is not compatible with branch-2.1 (#40384) Ref https://github.com/apache/doris/pull/39852 --- gensrc/thrift/PaloInternalService.thrift | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index d3558b1f0f3c07..be70d06a59eb0f 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -332,6 +332,16 @@ struct TQueryOptions { 125: optional bool enable_segment_cache = true; + 126: optional i32 runtime_bloom_filter_max_size = 16777216; + + 127: optional i32 in_list_value_count_threshold = 10; + + // We need this two fields to make sure thrift id on master is compatible with other branch. + 128: optional bool enable_verbose_profile = false; + 129: optional i32 rpc_verbose_profile_max_instance_count = 0; + + 130: optional bool enable_adaptive_pipeline_task_serial_read_on_limit = true; + 131: optional i32 adaptive_pipeline_task_serial_read_on_limit = 10000; 132: optional i32 parallel_prepare_threshold = 0; // 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.