Update timewindowoperator.c

This commit is contained in:
dapan1121 2024-07-11 13:35:25 +08:00 committed by GitHub
parent f17c535ca0
commit 3e3e7e3808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ SOperatorInfo* createSessionAggOperatorInfo(SOperatorInfo* downstream, SSessionW
goto _error;
}
pOperator->exprSupp.hasWindowOrGroup = false;
pOperator->exprSupp.hasWindowOrGroup = true;
size_t keyBufSize = sizeof(int64_t) + sizeof(int64_t) + POINTER_BYTES;
initResultSizeInfo(&pOperator->resultInfo, 4096);