fix tbnameIn bug on normal table

This commit is contained in:
yihaoDeng 2022-12-06 17:16:34 +08:00
parent b30e411f8b
commit 2af319ac0a
1 changed files with 4 additions and 2 deletions

View File

@ -439,7 +439,9 @@ static SColumnInfoData* getColInfoResult(void* metaHandle, int64_t suid, SArray*
goto end; goto end;
} }
} }
if (suid != 0) {
removeInvalidTable(uidList, tags); removeInvalidTable(uidList, tags);
}
int32_t rows = taosArrayGetSize(uidList); int32_t rows = taosArrayGetSize(uidList);
if (rows == 0) { if (rows == 0) {