set event window rows

This commit is contained in:
54liuyao 2023-12-11 15:16:01 +08:00
parent 037d2ff5d5
commit 7e21030dfd
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ int32_t updateEventWindowInfo(SStreamAggSupporter* pAggSup, SEventWindowInfo* pW
for (int32_t i = start; i < rows; ++i) { for (int32_t i = start; i < rows; ++i) {
if (pTsData[i] >= maxTs) { if (pTsData[i] >= maxTs) {
return i - 1 - start; return i - start;
} }
if (pWin->skey > pTsData[i]) { if (pWin->skey > pTsData[i]) {