提交 6400fe19 编写于 作者: H Haojun Liao

[td-225]fix compiler error.

上级 7466d787
......@@ -5272,7 +5272,7 @@ static SSDataBlock* doSort(void* param, bool* newgroup) {
pCols[i] = p1->pData;
pSchema[i].colId = p1->info.colId;
pSchema[i].bytes = p1->info.bytes;
pSchema[i].type = p1->info.type;
pSchema[i].type = (uint8_t) p1->info.type;
}
__compar_fn_t comp = getKeyComparFunc(pSchema[pInfo->colIndex].type, pInfo->order);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册