feat: add tag condition

This commit is contained in:
wangmm0220 2022-05-25 22:35:24 +08:00
parent 4825d48019
commit 8db0315341
1 changed files with 0 additions and 1 deletions

View File

@ -4899,7 +4899,6 @@ int32_t doCreateTableGroup(void* metaHandle, int32_t tableType, uint64_t tableUi
if (tableType == TSDB_SUPER_TABLE) {
SArray* res = taosArrayInit(8, sizeof(STableKeyInfo));
int32_t ret = ;
if(pTagCond){
code = doFilterTag(pTagCond, res);
}else{