fix:err in tag scan

This commit is contained in:
wangmm0220 2022-06-09 11:09:23 +08:00
parent 56546e39ed
commit ac5f09251d
1 changed files with 1 additions and 0 deletions

View File

@ -1756,6 +1756,7 @@ SOperatorInfo* createTagScanOperatorInfo(SReadHandle* pReadHandle, STagScanPhysi
;
pInfo->readHandle = *pReadHandle;
pInfo->curPos = 0;
pInfo->pFilterNode = pPhyNode->node.pConditions;
pOperator->name = "TagScanOperator";
pOperator->operatorType = QUERY_NODE_PHYSICAL_PLAN_TAG_SCAN;
pOperator->blocking = false;