fix(query): remove assert

This commit is contained in:
Ganlin Zhao 2023-03-10 16:45:13 +08:00
parent 6e7d490ec8
commit f82dcf0316
1 changed files with 0 additions and 1 deletions

View File

@ -939,7 +939,6 @@ static void hashIntervalAgg(SOperatorInfo* pOperatorInfo, SResultRowInfo* pResul
TSKEY ekey = ascScan ? win.ekey : win.skey;
int32_t forwardRows =
getNumOfRowsInTimeWindow(&pBlock->info, tsCols, startPos, ekey, binarySearchForKey, NULL, pInfo->inputOrder);
ASSERT(forwardRows > 0);
// prev time window not interpolation yet.
if (pInfo->timeWindowInterpo) {