[TD-4947]<fix> handle mixed group by with top/bottom corrupt
This commit is contained in:
parent
b2d1471889
commit
70f9acbfde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue