stream event reload state

This commit is contained in:
54liuyao 2023-11-28 14:11:19 +08:00
parent 14b8d9456e
commit a73992e128
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}