提交 eb4b3af1 编写于 作者: Y yihaoDeng

[TD-3178]<feature> fix some bug

上级 b38ebe9a
...@@ -1548,7 +1548,7 @@ int tscBuildCompactMsg(SSqlObj *pSql, SSqlInfo *pInfo) { ...@@ -1548,7 +1548,7 @@ int tscBuildCompactMsg(SSqlObj *pSql, SSqlInfo *pInfo) {
STscObj *pObj = pSql->pTscObj; STscObj *pObj = pSql->pTscObj;
SSqlCmd *pCmd = &pSql->cmd; SSqlCmd *pCmd = &pSql->cmd;
SArray *pList = pInfo->list; SArray *pList = pInfo->list;
int32_t size = taosArrayGetSize(pList); int32_t size = (int32_t)taosArrayGetSize(pList);
int32_t *result = malloc(sizeof(int32_t) * size); int32_t *result = malloc(sizeof(int32_t) * size);
if (result == NULL) { if (result == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册