[td-255] update test.

This commit is contained in:
Haojun Liao 2021-06-02 16:16:02 +08:00
parent d9f403ad3d
commit ec56f502f1
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,7 @@ static void doSessionWindowAggImpl(SOperatorInfo* pOperator, SSWindowOperatorInf
pInfo->start = j;
} else if (tsList[j] - pInfo->prevTs <= gap) {
pInfo->curWindow.ekey = tsList[j];
//pInfo->prevTs = tsList[j];
pInfo->prevTs = tsList[j];
pInfo->numOfRows += 1;
if (j == 0 && pInfo->start != 0) {
pInfo->numOfRows = 1;