refactor: add some logs.

This commit is contained in:
Haojun Liao 2022-11-16 15:13:38 +08:00
parent 47a7664e2c
commit 23da7bc5e9
1 changed files with 2 additions and 0 deletions

View File

@ -1014,6 +1014,8 @@ int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode,
metaUidFilterCachePut(metaHandle, pScanNode->suid, context.digest, tListLen(context.digest), pPayload,
size, 1);
} else {
qDebug("retrieve table uid list from cache, numOfTables:%d", (int32_t) taosArrayGetSize(res))
}
} else { // Create one table group.
if (metaIsTableExist(metaHandle, tableUid)) {