fix: do coverity scan

This commit is contained in:
Xiaoyu Wang 2022-10-17 16:54:12 +08:00
parent b286b0cf26
commit 93aee94a3f
1 changed files with 3 additions and 0 deletions

View File

@ -1027,6 +1027,9 @@ static int32_t parseTagsClause(SInsertParseContext* pCxt, SSchema* pSchema, uint
}
}
}
if (TSDB_CODE_SUCCESS != code) {
break;
}
}
if (TSDB_CODE_SUCCESS == code && !isParseBindParam && !isJson) {