refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2022-11-16 15:19:15 +08:00
parent fade0507fa
commit 2ee5fa87d0
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode,
}
bool acquired = false;
metaGetCachedTableUidList(metaHandle, pScanNode->suid, context.digest, tListLen(context.digest), res, &acquired);
// metaGetCachedTableUidList(metaHandle, pScanNode->suid, context.digest, tListLen(context.digest), res, &acquired);
if (!acquired) {
// failed to find the result in the cache, let try to calculate the results
if (pTagIndexCond) {