提交 08aa04f1 编写于 作者: H Haojun Liao

[td-225]fix compiler error.

上级 3e4b7452
......@@ -1602,7 +1602,7 @@ int32_t parseSelectClause(SSqlCmd* pCmd, int32_t clauseIndex, SArray* pSelectLis
}
bool hasDistinct = false;
int32_t numOfExpr = taosArrayGetSize(pSelectList);
size_t numOfExpr = taosArrayGetSize(pSelectList);
for (int32_t i = 0; i < numOfExpr; ++i) {
int32_t outputIndex = (int32_t)tscSqlExprNumOfExprs(pQueryInfo);
tSqlExprItem* pItem = taosArrayGet(pSelectList, i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册