fix: change only meta ctb idx back to false
This commit is contained in:
parent
edd2fa4f35
commit
f83bfec067
|
@ -371,7 +371,7 @@ SOperatorInfo* createOperator(SPhysiNode* pPhyNode, SExecTaskInfo* pTaskInfo, SR
|
|||
pOperator = createTableCountScanOperatorInfo(pHandle, pTblCountScanNode, pTaskInfo);
|
||||
} else if (QUERY_NODE_PHYSICAL_PLAN_TAG_SCAN == type) {
|
||||
STagScanPhysiNode* pTagScanPhyNode = (STagScanPhysiNode*)pPhyNode;
|
||||
pTagScanPhyNode->onlyMetaCtbIdx = true;
|
||||
pTagScanPhyNode->onlyMetaCtbIdx = false;
|
||||
STableListInfo* pTableListInfo = tableListCreate();
|
||||
if (!pTagScanPhyNode->onlyMetaCtbIdx) {
|
||||
int32_t code = createScanTableListInfo((SScanPhysiNode*)pTagScanPhyNode, NULL, false, pHandle, pTableListInfo, pTagCond,
|
||||
|
|
Loading…
Reference in New Issue