[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error

This commit is contained in:
wangmm0220 2021-08-20 10:52:46 +08:00
parent 8ae068ff2e
commit 8f8e86bb8a
1 changed files with 1 additions and 1 deletions

View File

@ -5692,7 +5692,7 @@ int32_t validateOrderbyNode(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, SSqlNode* pSq
}
if (!validOrder) {
return invalidOperationMsg(pMsgBuf, msg2);qExecutor.h
return invalidOperationMsg(pMsgBuf, msg2);
}
tVariantListItem* p1 = taosArrayGet(pSqlNode->pSortOrder, 0);