fix(query): reset the default page id.
This commit is contained in:
parent
dba4188f8a
commit
825858b52e
|
@ -4330,6 +4330,7 @@ static void clearStreamSessionOperator(SStreamSessionAggOperatorInfo* pInfo) {
|
|||
}
|
||||
}
|
||||
clearDiskbasedBuf(pInfo->streamAggSup.pResultBuf);
|
||||
pInfo->streamAggSup.currentPageId = -1;
|
||||
}
|
||||
|
||||
static void removeSessionResults(SHashObj* pHashMap, SArray* pWins) {
|
||||
|
|
Loading…
Reference in New Issue