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,
|
.backward = 1,
|
||||||
.pSttFileBlockIterArray = pr->pLDataIterArray,
|
.pSttFileBlockIterArray = pr->pLDataIterArray,
|
||||||
.pCols = aCols,
|
.pCols = aCols,
|
||||||
.numOfCols = nCols,
|
.numOfCols = nCols + 1,
|
||||||
.loadTombFn = loadSttTomb,
|
.loadTombFn = loadSttTomb,
|
||||||
.pReader = pr,
|
.pReader = pr,
|
||||||
.idstr = pr->idstr,
|
.idstr = pr->idstr,
|
||||||
|
|
Loading…
Reference in New Issue