提交 cc451f1f 编写于 作者: L Liu Jicong

[TD-5694]<fix>: fix

上级 42db901a
......@@ -375,6 +375,7 @@ int tdInitDataCols(SDataCols *pCols, STSchema *pSchema) {
for (i = 0; i < schemaNCols(pSchema); i++) {
dataColInit(pCols->cols + i, schemaColAt(pSchema, i), pCols->maxPoints);
pCols->cols[i].spaceSize = 0;
tdAllocMemForCol(pCols->cols + i, pCols->maxPoints);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册