This commit is contained in:
liuyao 2023-08-18 14:42:07 +08:00
parent 85ec4e5501
commit 3e3c8eccbb
1 changed files with 1 additions and 1 deletions

View File

@ -3236,7 +3236,7 @@ static void doStreamMidIntervalAggImpl(SOperatorInfo* pOperator, SSDataBlock* pS
.ts = pResult->win.skey, .ts = pResult->win.skey,
.groupId = groupId, .groupId = groupId,
}; };
if (pInfo->twAggSup.calTrigger == STREAM_TRIGGER_AT_ONCE && pUpdatedMap) { if (pInfo->twAggSup.calTrigger == STREAM_TRIGGER_AT_ONCE) {
saveWinResult(&key, pResPos, pUpdatedMap); saveWinResult(&key, pResPos, pUpdatedMap);
} }