提交 40da35fa 编写于 作者: Y yihaoDeng

fix compile error on windows

上级 9b387049
......@@ -4401,7 +4401,7 @@ static void freeTableBlockDist(STableBlockDist *pTableBlockDist) {
}
}
static int32_t getPercentileFromSortedArray(const SArray* pArray, float rate) {
int32_t len = taosArrayGetSize(pArray);
int32_t len = (int32_t)taosArrayGetSize(pArray);
if (len <= 0) {
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册