other: merge 3.0.

This commit is contained in:
Haojun Liao 2022-06-28 15:38:54 +08:00
parent be08ccaedc
commit 03fa247a2d
1 changed files with 1 additions and 0 deletions

View File

@ -4177,6 +4177,7 @@ SOperatorInfo* createOperatorTree(SPhysiNode* pPhyNode, SExecTaskInfo* pTaskInfo
// return NULL;
// }
pTableListInfo->pTableList = taosArrayInit(4, sizeof(STableKeyInfo));
if (pScanNode->tableType == TSDB_SUPER_TABLE) {
int32_t code = vnodeGetAllTableList(pHandle->meta, pScanNode->uid, pTableListInfo->pTableList);
if (code != TSDB_CODE_SUCCESS) {