From 0cf88c600bcb2128b5449d7b1c023b5712d04819 Mon Sep 17 00:00:00 2001 From: zhiqiang-hhhh Date: Wed, 4 Sep 2024 20:11:02 +0800 Subject: [PATCH] "F" --- gensrc/thrift/PaloInternalService.thrift | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 9da87117154dcc..7875aa2bec0526 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -335,8 +335,12 @@ struct TQueryOptions { 127: optional i32 in_list_value_count_threshold = 10; - 128: optional bool enable_adaptive_pipeline_task_serial_read_on_limit = true; - 129: optional i32 adaptive_pipeline_task_serial_read_on_limit = 10000; + // 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; // 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.