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

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

commit 061083ced8758f8eca00d8188d9089816ff62e21
Author: BiteTheDDDDt <[email protected]>
AuthorDate: Sun Sep 28 17:39:17 2025 +0800

    add result_expr_lists to TRecCTENode
---
 gensrc/thrift/PlanNodes.thrift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift
index d792410f2be..c41bc50add3 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -709,6 +709,7 @@ struct TRecCTENode {
     1: optional bool is_union_all
     2: optional list<TRecCTETarget> targets
     3: optional list<TRecCTEResetInfo> fragments_to_reset
+    4: optional list<list<Exprs.TExpr>> result_expr_lists
 }
 
 struct TEsScanNode {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to