This commit is contained in:
Hongze Cheng 2019-07-22 14:07:38 +08:00
parent 0bb305c6ae
commit 5d429ddb87
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}