refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2024-03-22 15:09:30 +08:00
parent e3b1c4f35a
commit 7d2110bb12
1 changed files with 1 additions and 1 deletions

View File

@ -2361,7 +2361,7 @@ int32_t mergeRowsInSttBlocks(SSttBlockReader* pSttBlockReader, STableBlockScanIn
}
if (copied) {
// tRowKeyAssign(&pBlockScanInfo->lastProcKey, &sttKey);
tRowKeyAssign(&pBlockScanInfo->lastProcKey, &sttKey);
return TSDB_CODE_SUCCESS;
} else {
code = tsdbRowMergerAdd(pMerger, &fRow, NULL);