enh: primary key column should not be null

This commit is contained in:
kailixu 2024-04-10 18:56:55 +08:00
parent b1b66e62d4
commit 507e40ddb7
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ int32_t buildSubmitReqFromBlock(SDataInserterHandle* pInserter, SSubmitReq2** pp
case TSDB_DATA_TYPE_VARCHAR: { // TSDB_DATA_TYPE_BINARY
ASSERT(pColInfoData->info.type == pCol->type);
if (colDataIsNull_s(pColInfoData, j)) {
SColVal cv = COL_VAL_NULL(pCol->colId, pCol->type);
taosArrayPush(pVals, &cv);
} else {