From 7ac22ceb630d4e4aca3b8466e93147a1de161a43 Mon Sep 17 00:00:00 2001 From: Michael Xu Date: Sat, 3 Feb 2024 21:43:49 -0500 Subject: [PATCH] update planner test --- .../planner_test/tests/testdata/output/explain.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/frontend/planner_test/tests/testdata/output/explain.yaml b/src/frontend/planner_test/tests/testdata/output/explain.yaml index 6319e836b96d1..138df13b9e830 100644 --- a/src/frontend/planner_test/tests/testdata/output/explain.yaml +++ b/src/frontend/planner_test/tests/testdata/output/explain.yaml @@ -25,6 +25,12 @@ LogicalValues { rows: [[1:Int32]], schema: Schema { fields: [1:Int32:Int32] } } + Const Case When Evaluation: + + apply ConstCaseWhenEvalRule 1 time(s) + + LogicalValues { rows: [[1:Int32]], schema: Schema { fields: [1:Int32:Int32] } } + Const eval exprs: LogicalValues { rows: [[1:Int32]], schema: Schema { fields: [1:Int32:Int32] } } @@ -50,7 +56,7 @@ "stages": { "0": { "root": { - "plan_node_id": 10009, + "plan_node_id": 10010, "plan_node_type": "BatchValues", "schema": [ {