fix: sma load issue

This commit is contained in:
dapan1121 2023-03-24 19:01:19 +08:00
parent 4167e4c00c
commit 481091bae6
1 changed files with 1 additions and 0 deletions

View File

@ -4521,6 +4521,7 @@ static void doFillNullColSMA(SBlockLoadSuppInfo* pSup, int32_t numOfRows, int32_
SColumnDataAgg nullColAgg = {.colId = pSup->colId[j], .numOfNull = numOfRows};
taosArrayInsert(pSup->pColAgg, i, &nullColAgg);
i += 1;
size++;
}
j += 1;
}