Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions gensrc/thrift/PaloInternalService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down