more tdata

This commit is contained in:
Hongze Cheng 2022-05-17 08:16:23 +00:00
parent aaf78935b9
commit d6521a0a52
1 changed files with 7 additions and 7 deletions

View File

@ -111,7 +111,7 @@ void tTSRowFree(STSRow2 *pRow) {
int32_t tTSRowGet(const STSRow2 *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal) {
uint32_t n;
const uint8_t *p;
uint8_t *p;
uint8_t v;
int32_t bidx = iCol - 1;
STColumn *pTColumn = &pTSchema->columns[iCol];