This commit is contained in:
Hongze Cheng 2024-03-07 19:15:25 +08:00
parent 95340540a2
commit 31d70c9236
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ static int32_t tRowBuildKVRow(SArray *aColVal, const SRowBuildScanInfo *sinfo, c
(*ppRow)->len = sinfo->kvRowSize;
(*ppRow)->ts = colValArray[0].value.val;
ASSERT(sinfo->flag != HAS_NONE && sinfo->flag != HAS_NULL && sinfo->flag != HAS_VALUE);
ASSERT(sinfo->flag != HAS_NONE && sinfo->flag != HAS_NULL);
uint8_t *primaryKeys = (*ppRow)->data;
SKVIdx *indices = (SKVIdx *)(primaryKeys + sinfo->kvPKSize);