This commit is contained in:
dapan 2021-06-01 18:02:27 +08:00
parent 17e980b6f2
commit 87ba874490
1 changed files with 0 additions and 1 deletions

View File

@ -7697,7 +7697,6 @@ static int32_t doValidateSubquery(SSqlNode* pSqlNode, int32_t index, SSqlObj* pS
tscInitQueryInfo(pSub);
int32_t code = validateSqlNode(pSql, p, pSub);
assert(code != TSDB_CODE_TSC_ACTION_IN_PROGRESS);
if (code != TSDB_CODE_SUCCESS) {
return code;
}