This commit is contained in:
dapan1121 2021-06-01 16:45:54 +08:00
parent e604477a76
commit 38fbff09e0
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;
}