refactor: do some internal refactor.
This commit is contained in:
parent
97c238875e
commit
71b5cf5a39
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue