[TD-225]fix compiler error.
This commit is contained in:
parent
356602cfce
commit
d5d4b80d85
|
@ -1855,7 +1855,7 @@ void doAppendData(SInterResult* pInterResult, TAOS_ROW row, int32_t numOfCols, S
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t id = pExpr->colInfo.colId;
|
int32_t id = pExpr->colInfo.colId;
|
||||||
int32_t numOfQueriedCols = taosArrayGetSize(pInterResult->pResult);
|
int32_t numOfQueriedCols = (int32_t) taosArrayGetSize(pInterResult->pResult);
|
||||||
|
|
||||||
SArray* p = NULL;
|
SArray* p = NULL;
|
||||||
for(int32_t j = 0; j < numOfQueriedCols; ++j) {
|
for(int32_t j = 0; j < numOfQueriedCols; ++j) {
|
||||||
|
|
Loading…
Reference in New Issue