提交 20b1ee61 编写于 作者: G Ganlin Zhao

fix bugs

上级 bed14b6e
...@@ -3569,7 +3569,7 @@ int32_t hllFunctionMerge(SqlFunctionCtx *pCtx) { ...@@ -3569,7 +3569,7 @@ int32_t hllFunctionMerge(SqlFunctionCtx *pCtx) {
for (int32_t k = 0; k < HLL_BUCKETS; ++k) { for (int32_t k = 0; k < HLL_BUCKETS; ++k) {
if (pInfo->buckets[k] < pInputInfo->buckets[k]) { if (pInfo->buckets[k] < pInputInfo->buckets[k]) {
pInputInfo->buckets[k] = pInfo->buckets[k]; pInfo->buckets[k] = pInputInfo->buckets[k];
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册