Merge pull request #20255 from taosdata/fix/main_bugfix_wxy
fix: the number of output lines is incorrect when the event window is used with the multiline function
This commit is contained in:
commit
1ba198b90e
|
@ -310,6 +310,7 @@ int32_t eventWindowAggImpl(SOperatorInfo* pOperator, SEventWindowOperatorInfo* p
|
|||
pSup->rowEntryInfoOffset, pTaskInfo);
|
||||
|
||||
pRes->info.rows += pInfo->pRow->numOfRows;
|
||||
pInfo->pRow->numOfRows = 0;
|
||||
|
||||
pInfo->inWindow = false;
|
||||
rowIndex += 1;
|
||||
|
|
Loading…
Reference in New Issue