chore: check tag cond for insert

This commit is contained in:
kailixu 2024-01-04 23:41:58 +08:00
parent 8ffb8b652f
commit 3ccc3d80e0
1 changed files with 1 additions and 0 deletions

View File

@ -945,6 +945,7 @@ static int32_t parseTagsClauseImpl(SInsertParseContext* pCxt, SVnodeModifyOpStmt
}
if (TSDB_CODE_SUCCESS == code && NULL != pStmt->pTagCond) {
assert(0);
code = checkSubtablePrivilege(pTagVals, pTagName, &pStmt->pTagCond);
}