refactor: do some internal refactor.
This commit is contained in:
parent
e3b1c4f35a
commit
7d2110bb12
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue