[TD-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-01-29 11:22:21 +08:00
parent 356602cfce
commit d5d4b80d85
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ void doAppendData(SInterResult* pInterResult, TAOS_ROW row, int32_t numOfCols, S
}
int32_t id = pExpr->colInfo.colId;
int32_t numOfQueriedCols = taosArrayGetSize(pInterResult->pResult);
int32_t numOfQueriedCols = (int32_t) taosArrayGetSize(pInterResult->pResult);
SArray* p = NULL;
for(int32_t j = 0; j < numOfQueriedCols; ++j) {