stream event reload state
This commit is contained in:
parent
14b8d9456e
commit
a73992e128
|
@ -603,7 +603,7 @@ void streamEventReloadState(SOperatorInfo* pOperator) {
|
|||
pSeKeyBuf[i].groupId, i);
|
||||
getSessionWindowInfoByKey(pAggSup, pSeKeyBuf + i, &curInfo.winInfo);
|
||||
setEventWindowFlag(pAggSup, &curInfo);
|
||||
if (!curInfo.pWinFlag->startFlag || curInfo.pWinFlag->endFlag) {
|
||||
if (!curInfo.pWinFlag->startFlag || !curInfo.pWinFlag->endFlag) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue