“3be59e4e24ef1f478685da85d1e76b17485295c2”上不存在“tests/pytest/manualTest/manual_change_time_2.py”
提交 d5d4b80d 编写于 作者: H Haojun Liao

[TD-225]fix compiler error.

上级 356602cf
...@@ -1855,7 +1855,7 @@ void doAppendData(SInterResult* pInterResult, TAOS_ROW row, int32_t numOfCols, S ...@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册