From 1984e22587d469cd38d414da67d6a7a6e77717c0 Mon Sep 17 00:00:00 2001 From: Xiaoyu Wang Date: Thu, 10 Feb 2022 05:47:59 -0500 Subject: [PATCH] TD-13338 SELECT statement translate code --- source/libs/planner/src/plannerImpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libs/planner/src/plannerImpl.c b/source/libs/planner/src/plannerImpl.c index 804f673fff..6acb927db9 100644 --- a/source/libs/planner/src/plannerImpl.c +++ b/source/libs/planner/src/plannerImpl.c @@ -14,6 +14,6 @@ */ -int32_t getPlan(SNode* pRoot, SQueryPlanNode** pQueryPlan) { +// int32_t getPlan(SNode* pRoot, SQueryPlanNode** pQueryPlan) { -} \ No newline at end of file +// } \ No newline at end of file -- GitLab