[td-4231]fix compiler error.
This commit is contained in:
parent
80fc12ea79
commit
61ea20334f
|
@ -7291,7 +7291,7 @@ int32_t doValidateSqlNode(SSqlObj* pSql, SQuerySqlNode* pQuerySqlNode, int32_t i
|
|||
}
|
||||
|
||||
if(tscQueryTags(pQueryInfo)) {
|
||||
int32_t numOfCols = taosArrayGetSize(pQueryInfo->colList);
|
||||
int32_t numOfCols = (int32_t) taosArrayGetSize(pQueryInfo->colList);
|
||||
for(int32_t i = 0; i < numOfCols; ++i) {
|
||||
SColumn* pCols = taosArrayGetP(pQueryInfo->colList, i);
|
||||
if (pCols->numOfFilters > 0) {
|
||||
|
|
Loading…
Reference in New Issue