From 87ba8744905b5bf63e888bd51b54edc5b9241515 Mon Sep 17 00:00:00 2001 From: dapan <89396746@qq.com> Date: Tue, 1 Jun 2021 18:02:27 +0800 Subject: [PATCH] fix bug --- src/client/src/tscSQLParser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/src/tscSQLParser.c b/src/client/src/tscSQLParser.c index f1a514bc87..546760f37f 100644 --- a/src/client/src/tscSQLParser.c +++ b/src/client/src/tscSQLParser.c @@ -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; }