fix(query): set group id in stream scanner.

This commit is contained in:
Haojun Liao 2022-05-27 15:46:07 +08:00
parent 285bf707e0
commit a78fd74dc6
1 changed files with 2 additions and 0 deletions

View File

@ -882,6 +882,8 @@ static SSDataBlock* doStreamBlockScan(SOperatorInfo* pOperator) {
// TODO temporarily used, when the statement of "partition by tbname" is ready, remove this
if (pInfo->assignBlockUid) {
pInfo->pRes->info.groupId = uid;
} else {
pInfo->pRes->info.groupId = groupId;
}
int32_t numOfCols = pInfo->pRes->info.numOfCols;