refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2024-03-22 17:32:12 +08:00
parent 5808c1b86f
commit ca28bb60ef
1 changed files with 0 additions and 1 deletions

View File

@ -1912,7 +1912,6 @@ static int32_t doMergeMultiLevelRows(STsdbReader* pReader, STableBlockScanInfo*
tRowKeyAssign(&pBlockScanInfo->lastProcKey, &minKey);
// file block -----> stt block -----> imem -----> mem
// if (ASCENDING_TRAVERSE(pReader->info.order)) {
if (pkCompEx(compFn, &minKey, pfKey) == 0) {
TSDBROW fRow = tsdbRowFromBlockData(pBlockData, pDumpInfo->rowIndex);
code = tsdbRowMergerAdd(pMerger, &fRow, NULL);