Merge pull request #18747 from taosdata/fix/TD-21017

fix: fix tbnameIn bug on normal table
This commit is contained in:
Shengliang Guan 2022-12-06 19:38:11 +08:00 committed by GitHub
commit 24619fef78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {