diff --git a/src/system/src/vnodeImport.c b/src/system/src/vnodeImport.c index 1d4ca240b6d1be463706c4adb4304924dea94fbf..6bd441260ba769603b75c8996fe01e9cf83d6106 100644 --- a/src/system/src/vnodeImport.c +++ b/src/system/src/vnodeImport.c @@ -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; }