This commit is contained in:
Hongze Cheng 2022-09-28 13:39:48 +08:00
parent 23e671a1f2
commit a4d426aa13
1 changed files with 1 additions and 1 deletions

View File

@ -1069,8 +1069,8 @@ static int32_t tsdbReadBlockDataImpl(SDataFReader *pReader, SBlockInfo *pBlkInfo
ASSERT(hdr.delimiter == TSDB_FILE_DLMT);
ASSERT(pBlockData->suid == hdr.suid);
ASSERT(pBlockData->uid == hdr.uid);
pBlockData->uid = hdr.uid;
pBlockData->nRow = hdr.nRow;
// uid