fix: an insert error

This commit is contained in:
Hongze Cheng 2022-12-07 09:25:00 +08:00
parent 2d85c7c451
commit 046174656c
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ static int32_t tsdbInsertRowDataToTable(SMemTable *pMemTable, STbData *pTbData,
}
while (iRow < nRow) {
tRow.pTSRow = aRow[iRow++];
tRow.pTSRow = aRow[iRow];
key.ts = tRow.pTSRow->ts;
if (SL_NODE_FORWARD(pos[0], 0) != pTbData->sl.pTail) {