[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error
This commit is contained in:
parent
8ae068ff2e
commit
8f8e86bb8a
|
@ -5692,7 +5692,7 @@ int32_t validateOrderbyNode(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, SSqlNode* pSq
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!validOrder) {
|
if (!validOrder) {
|
||||||
return invalidOperationMsg(pMsgBuf, msg2);qExecutor.h
|
return invalidOperationMsg(pMsgBuf, msg2);
|
||||||
}
|
}
|
||||||
|
|
||||||
tVariantListItem* p1 = taosArrayGet(pSqlNode->pSortOrder, 0);
|
tVariantListItem* p1 = taosArrayGet(pSqlNode->pSortOrder, 0);
|
||||||
|
|
Loading…
Reference in New Issue