提交 79dca43b 编写于 作者: X xywang

[TS-626]<fix>: removed assert temporarily

上级 b5730cd9
...@@ -967,7 +967,6 @@ SSDataBlock* doGlobalAggregate(void* param, bool* newgroup) { ...@@ -967,7 +967,6 @@ SSDataBlock* doGlobalAggregate(void* param, bool* newgroup) {
if (pOperator->pRuntimeEnv->pQueryAttr->order.order == TSDB_ORDER_DESC && w->skey < w->ekey) { if (pOperator->pRuntimeEnv->pQueryAttr->order.order == TSDB_ORDER_DESC && w->skey < w->ekey) {
SWAP(w->skey, w->ekey, TSKEY); SWAP(w->skey, w->ekey, TSKEY);
assert(w->skey >= w->ekey);
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册