fix(tsdb): return if get data.
This commit is contained in:
parent
a760ede4ae
commit
051763e71f
|
@ -1807,9 +1807,11 @@ static int32_t nextRowFromSttBlocks(SSttBlockReader* pSttBlockReader, STableBloc
|
|||
if (!hasBeenDropped(pScanInfo->delSkyline, &pScanInfo->sttBlockDelIndex, key, ver, order, pVerRange,
|
||||
pSttBlockReader->numOfPks > 0)) {
|
||||
pScanInfo->sttKeyInfo.status = STT_FILE_HAS_DATA;
|
||||
return code;
|
||||
}
|
||||
} else {
|
||||
pScanInfo->sttKeyInfo.status = STT_FILE_HAS_DATA;
|
||||
return code;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue