fix(tsdb): remove invalid assert.

This commit is contained in:
Haojun Liao 2024-03-23 23:33:40 +08:00
parent c35e834141
commit 447b8ddd32
1 changed files with 0 additions and 1 deletions

View File

@ -3628,7 +3628,6 @@ int32_t doMergeRowsInSttBlock(SSttBlockReader* pSttBlockReader, STableBlockScanI
TSDBROW* pRow1 = tMergeTreeGetRow(&pSttBlockReader->mergeTree);
tsdbRowMergerAdd(pMerger, pRow1, NULL);
} else {
ASSERT(ret < 0);
tsdbTrace("uid:%" PRIu64 " last del index:%d, del range:%d, lastKeyInStt:%" PRId64 ", %s", pScanInfo->uid,
pScanInfo->sttBlockDelIndex, (int32_t)taosArrayGetSize(pScanInfo->delSkyline),
pScanInfo->sttKeyInfo.nextProcKey, idStr);