merge develop

This commit is contained in:
yihaoDeng 2021-06-15 10:04:26 +08:00
parent eb4b3af18e
commit 32fc1ed467
1 changed files with 0 additions and 1 deletions

View File

@ -1544,7 +1544,6 @@ int tscBuildCompactMsg(SSqlObj *pSql, SSqlInfo *pInfo) {
if (pInfo->list == NULL || taosArrayGetSize(pInfo->list) <= 0) {
return TSDB_CODE_TSC_INVALID_OPERATION;
}
//const char *msg = "invalid compact param";
STscObj *pObj = pSql->pTscObj;
SSqlCmd *pCmd = &pSql->cmd;
SArray *pList = pInfo->list;