[TD-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-01-29 13:06:38 +08:00
parent cbb728946a
commit 8d004400d5
1 changed files with 1 additions and 1 deletions

View File

@ -2024,7 +2024,7 @@ int32_t tscHandleFirstRoundStableQuery(SSqlObj *pSql) {
pCmd->command = TSDB_SQL_SELECT;
pNew->fp = tscFirstRoundCallback;
int32_t numOfExprs = tscSqlExprNumOfExprs(pQueryInfo);
int32_t numOfExprs = (int32_t) tscSqlExprNumOfExprs(pQueryInfo);
int32_t index = 0;
int32_t numOfTags = 0;