未验证 提交 ef387795 编写于 作者: S shenglian-zhou 提交者: GitHub

Merge pull request #11044 from taosdata/fix/TD-14328

[TD-14328]<fix> fix error in windows
......@@ -345,7 +345,7 @@ static uint64_t hllCountCnt(uint8_t *buckets) {
z *= 0.5;
}
z += m * hllSigma(buckethisto[0]/(double)m);
double E = llroundl(HLL_ALPHA_INF*m*m/z);
double E = (double)llroundl(HLL_ALPHA_INF*m*m/z);
return (uint64_t) E;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册