fix(tsdb/cache): plus 1 to nCols to load stt data
This commit is contained in:
parent
3bdf514082
commit
9d3eb02f3c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue