提交 5276ccc3 编写于 作者: L lichuang

[TD-1568]fix tdMergeDataCols bug

上级 66d5bff0
......@@ -462,8 +462,8 @@ int tdMergeDataCols(SDataCols *target, SDataCols *source, int rowsToMerge, int *
}
}
target->numOfRows++;
(*pOffset)++;
}
(*pOffset) += rowsToMerge;
} else {
pTarget = tdDupDataCols(target, true);
if (pTarget == NULL) goto _err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册