提交 c6f59006 编写于 作者: A AlexDuan

windows build

上级 9c3726f8
......@@ -60,7 +60,7 @@ TDigest *tdigestNewFrom(void* pBuf, int compression) {
t->compression = compression;
t->size = (long long)GET_CENTROID(compression);
t->threshold = GET_THRESHOLD(compression);
t->threshold = (int)GET_THRESHOLD(compression);
t->min = INFINITY;
return t;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册