fix: tsdb can mixed block even output capacity is greater than block rows

This commit is contained in:
slzhou@taodata.com 2022-05-30 21:39:55 +08:00
parent fb68901985
commit 32135e442f
1 changed files with 1 additions and 1 deletions

View File

@ -1395,7 +1395,7 @@ static int32_t handleDataMergeIfNeeded(STsdbReadHandle* pTsdbReadHandle, SBlock*
}
if (pTsdbReadHandle->outputCapacity >= binfo.rows) {
ASSERT(cur->blockCompleted);
ASSERT(cur->blockCompleted || cur->mixBlock);
}
if (cur->rows == binfo.rows) {