未验证 提交 f8cda31a 编写于 作者: S shenglian-zhou 提交者: GitHub

Update qPlan.c

上级 410ba6f0
...@@ -618,13 +618,6 @@ SArray* createExecOperatorPlan(SQueryAttr* pQueryAttr) { ...@@ -618,13 +618,6 @@ SArray* createExecOperatorPlan(SQueryAttr* pQueryAttr) {
op = OP_Project; op = OP_Project;
taosArrayPush(plan, &op); taosArrayPush(plan, &op);
} }
int32_t orderColId = pQueryAttr->order.orderColId;
if (orderColId != INT32_MIN) {
op = OP_Order;
taosArrayPush(plan, &op);
}
} else if (pQueryAttr->stateWindow) { } else if (pQueryAttr->stateWindow) {
op = OP_StateWindow; op = OP_StateWindow;
taosArrayPush(plan, &op); taosArrayPush(plan, &op);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册