This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 99732639078 [opt](thrift)update thrift to support pushing limit to 
local Agg (#35204)
99732639078 is described below

commit 99732639078711cf3b9f82c55ce9d23a40ecf230
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 5f6720d38ee..d9a24a2b8cc 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -904,7 +904,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]

Reply via email to