fix(tsdb/cache): plus 1 to nCols to load stt data

This commit is contained in:
Minglei Jin 2023-12-21 17:53:44 +08:00
parent 3bdf514082
commit 9d3eb02f3c
1 changed files with 1 additions and 1 deletions

View File

@ -1875,7 +1875,7 @@ static int32_t lastIterOpen(SFSLastIter *iter, STFileSet *pFileSet, STsdb *pTsdb
.backward = 1,
.pSttFileBlockIterArray = pr->pLDataIterArray,
.pCols = aCols,
.numOfCols = nCols,
.numOfCols = nCols + 1,
.loadTombFn = loadSttTomb,
.pReader = pr,
.idstr = pr->idstr,