This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 9427942245d101832c89c670d80721dfcd172ef4 Author: minghong <[email protected]> AuthorDate: Thu May 23 11:56:34 2024 +0800 [opt](thrift)update thrift to support pushing limit to local Agg (#35204) Co-authored-by: morrySnow <[email protected]> --- gensrc/thrift/PlanNodes.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift index 6c1e9e5b40e..622611536bb 100644 --- a/gensrc/thrift/PlanNodes.thrift +++ b/gensrc/thrift/PlanNodes.thrift @@ -885,7 +885,7 @@ struct TAggregationNode { 7: optional list<TSortInfo> agg_sort_infos 8: optional bool is_first_phase 9: optional bool is_colocate - // 9: optional bool use_fixed_length_serialization_opt + 10: optional TSortInfo agg_sort_info_by_group_key } struct TRepeatNode { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
