提交 ce460928 编写于 作者: S shenglian zhou

pass compilation

上级 5a9fd5e9
......@@ -859,7 +859,7 @@ void tColDataMergeSort(tOrderDescriptor *pDescriptor, int32_t numOfRows, int32_t
size_t width = 0;
for(int32_t i = 0; i < pModel->numOfCols; ++i) {
SSchema* pSchema = &pModel->pFields[i].field;
SSchema1* pSchema = &pModel->pFields[i].field;
if (width < pSchema->bytes) {
width = pSchema->bytes;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册