feat: prepare for multiple group tsdb reads

This commit is contained in:
shenglian zhou 2022-06-22 18:53:00 +08:00
parent c1f5f825b7
commit acb3d121f4
1 changed files with 1 additions and 1 deletions

View File

@ -4099,7 +4099,7 @@ SOperatorInfo* createOperatorTree(SPhysiNode* pPhyNode, SExecTaskInfo* pTaskInfo
return NULL;
}
} else { // Create one table group.
STableKeyInfo info = {.lastKey = 0, .uid = pBlockNode->uid};
STableKeyInfo info = {.lastKey = 0, .uid = pBlockNode->uid, .groupId = 0};
taosArrayPush(pTableListInfo->pTableList, &info);
}