refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2022-07-30 18:23:04 +08:00
parent 97c238875e
commit 71b5cf5a39
1 changed files with 1 additions and 0 deletions

View File

@ -4681,6 +4681,7 @@ static void doMergeAlignedIntervalAggImpl(SOperatorInfo* pOperatorInfo, SResultR
if (currPos >= pBlock->info.rows) { if (currPos >= pBlock->info.rows) {
// we need to see next block if exists // we need to see next block if exists
} else { } else {
ASSERT(0);
outputMergeAlignedIntervalResult(pOperatorInfo, tableGroupId, pResultBlock, currTs); outputMergeAlignedIntervalResult(pOperatorInfo, tableGroupId, pResultBlock, currTs);
miaInfo->curTs = INT64_MIN; miaInfo->curTs = INT64_MIN;
} }