提交 5d429ddb 编写于 作者: H Hongze Cheng

Fix issue #145

上级 0bb305c6
......@@ -623,6 +623,9 @@ int vnodeFindKeyInFile(SImportInfo *pImport, int order) {
for (int16_t i = 0; i < pObj->numOfColumns; ++i) {
colList[i].data.colId = pObj->schema[i].colId;
colList[i].data.bytes = pObj->schema[i].bytes;
colList[i].data.type = pObj->schema[i].type;
colList[i].colIdx = i;
colList[i].colIdxInBuf = i;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册