提交 61ea2033 编写于 作者: H Haojun Liao

[td-4231]fix compiler error.

上级 80fc12ea
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册