This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit be18742c5eebd0f4a0ae225ce23e412e06c4716b Author: Pxl <[email protected]> AuthorDate: Thu May 16 15:59:59 2024 +0800 [Chore](topn) rename TTopnFilterContext to TTopnFilterDesc (#34947) rename TTopnFilterContext to TTopnFilterDesc --- gensrc/thrift/PaloInternalService.thrift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 23378d1a630..672b197c1ab 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -698,7 +698,7 @@ struct TExportStatusResult { 3: optional list<string> files } -struct TTopnFilterContext { +struct TTopnFilterDesc { 1: required i32 source_node_id 2: required bool is_asc 3: required bool null_first @@ -713,8 +713,8 @@ struct TPipelineInstanceParams { 5: optional TRuntimeFilterParams runtime_filter_params 6: optional i32 backend_num 7: optional map<Types.TPlanNodeId, bool> per_node_shared_scans - 8: optional list<i32> topn_filter_source_node_ids // deprecated after we set topn_filter_contexts - 9: optional list<TTopnFilterContext> topn_filter_contexts + 8: optional list<i32> topn_filter_source_node_ids // deprecated after we set topn_filter_descs + 9: optional list<TTopnFilterDesc> topn_filter_descs } // ExecPlanFragment --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
