Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
This commit is contained in:
commit
e36e7d0427
|
@ -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