fix: sma load issue
This commit is contained in:
parent
4167e4c00c
commit
481091bae6
|
@ -4521,6 +4521,7 @@ static void doFillNullColSMA(SBlockLoadSuppInfo* pSup, int32_t numOfRows, int32_
|
||||||
SColumnDataAgg nullColAgg = {.colId = pSup->colId[j], .numOfNull = numOfRows};
|
SColumnDataAgg nullColAgg = {.colId = pSup->colId[j], .numOfNull = numOfRows};
|
||||||
taosArrayInsert(pSup->pColAgg, i, &nullColAgg);
|
taosArrayInsert(pSup->pColAgg, i, &nullColAgg);
|
||||||
i += 1;
|
i += 1;
|
||||||
|
size++;
|
||||||
}
|
}
|
||||||
j += 1;
|
j += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue