fix:error in get table list by tag filter

This commit is contained in:
wangmm0220 2022-08-17 15:50:33 +08:00
parent a036d64ae0
commit 359fa4bc56
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode,
code = doFilterTag(pTagIndexCond, &metaArg, res, &status);
if (code != 0 || status == SFLT_NOT_INDEX) {
qError("failed to get tableIds from index, reason:%s, suid:%" PRIu64, tstrerror(code), tableUid);
code = TDB_CODE_SUCCESS;
}
// int64_t stt1 = taosGetTimestampUs();