fix(query): remove invalid assert

This commit is contained in:
Haojun Liao 2022-09-09 16:17:51 +08:00
parent 2c3c441b78
commit 44544ef228
1 changed files with 0 additions and 1 deletions

View File

@ -914,7 +914,6 @@ static int32_t copyBlockDataToSDataBlock(STsdbReader* pReader, STableBlockScanIn
colIndex += 1;
i += 1;
ASSERT(rowIndex == remain);
} else { // the specified column does not exist in file block, fill with null data
colDataAppendNNULL(pColData, 0, remain);
i += 1;