avoid filter invalid table

This commit is contained in:
yihaoDeng 2022-08-17 15:28:49 +08:00
parent 4f16771de4
commit a036d64ae0
1 changed files with 72 additions and 69 deletions

View File

@ -926,6 +926,9 @@ int32_t metaFilterTableIds(SMeta *pMeta, SMetaFltParam *param, SArray *pUids) {
break;
}
}
if (p->suid != pKey->suid) {
break;
}
first = false;
if (p != NULL) {
int32_t cmp = (*param->filterFunc)(p->data, pKey->data, pKey->type);