This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch dev_rec
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev_rec by this push:
new dddf13a90c3 add result_expr_lists to TRecCTENode
dddf13a90c3 is described below
commit dddf13a90c3a4f47c48e33b7d236203fa7aae8c9
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 06cb42a7fde..83f94374139 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]