hubgeter commented on code in PR #22115: URL: https://github.com/apache/doris/pull/22115#discussion_r1271728630
########## gensrc/thrift/PlanNodes.thrift: ########## @@ -638,12 +638,11 @@ struct TOlapScanNode { // It's limit for scanner instead of scanNode so we add a new limit. 10: optional i64 sort_limit 11: optional bool enable_unique_key_merge_on_write - 12: optional TPushAggOp push_down_agg_type_opt - 13: optional bool use_topn_opt - 14: optional list<Descriptors.TOlapTableIndex> indexes_desc - 15: optional set<i32> output_column_unique_ids - 16: optional list<i32> distribute_column_ids - 17: optional i32 schema_version + 12: optional bool use_topn_opt Review Comment: good idea -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org