This commit is contained in:
Hongze Cheng 2024-03-11 14:25:26 +08:00
parent 409c170404
commit 797a30ec02
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ static int32_t tsdbDataFileDoWriteTableOldData(SDataFileWriter *writer, const ST
goto _exit;
}
if (tsdbRowKeyCmpr(key, &record.firstKey) < 0) { // key < record->firstKey
if (tsdbRowKeyCmprNullAsLargest(key, &record.firstKey) < 0) { // key < record->firstKey
goto _exit;
} else {
SBrinRecord record[1];