fix(query): set group id in stream scanner.
This commit is contained in:
parent
285bf707e0
commit
a78fd74dc6
|
@ -882,6 +882,8 @@ static SSDataBlock* doStreamBlockScan(SOperatorInfo* pOperator) {
|
||||||
// TODO temporarily used, when the statement of "partition by tbname" is ready, remove this
|
// TODO temporarily used, when the statement of "partition by tbname" is ready, remove this
|
||||||
if (pInfo->assignBlockUid) {
|
if (pInfo->assignBlockUid) {
|
||||||
pInfo->pRes->info.groupId = uid;
|
pInfo->pRes->info.groupId = uid;
|
||||||
|
} else {
|
||||||
|
pInfo->pRes->info.groupId = groupId;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t numOfCols = pInfo->pRes->info.numOfCols;
|
int32_t numOfCols = pInfo->pRes->info.numOfCols;
|
||||||
|
|
Loading…
Reference in New Issue