Merge branch 'develop' into feature/2.0tsdb
This commit is contained in:
commit
0b6d11fa51
|
@ -326,8 +326,6 @@ void tdInitDataCols(SDataCols *pCols, STSchema *pSchema) {
|
||||||
pCols->cols[i].offset = colOffset(schemaColAt(pSchema, i));
|
pCols->cols[i].offset = colOffset(schemaColAt(pSchema, i));
|
||||||
pCols->cols[i].colId = colColId(schemaColAt(pSchema, i));
|
pCols->cols[i].colId = colColId(schemaColAt(pSchema, i));
|
||||||
}
|
}
|
||||||
|
|
||||||
return pCols;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void tdFreeDataCols(SDataCols *pCols) {
|
void tdFreeDataCols(SDataCols *pCols) {
|
||||||
|
@ -380,4 +378,4 @@ static int tdFLenFromSchema(STSchema *pSchema) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue