[TD-4947]<fix> handle mixed group by with top/bottom corrupt

This commit is contained in:
yihaoDeng 2021-07-05 18:02:32 +08:00
parent b2d1471889
commit 70f9acbfde
1 changed files with 0 additions and 3 deletions

View File

@ -242,9 +242,6 @@ static void sortGroupResByOrderList(SGroupResInfo *pGroupResInfo, SQueryRuntimeE
if (size <= 0) {
return;
}
taosArrayDestroy(columnOrderList);
int32_t orderId = pRuntimeEnv->pQueryAttr->order.orderColId;
if (orderId <= 0) {
return;