提交 df1f4cc5 编写于 作者: G Ganlin Zhao

fix compilation error

上级 83bdcf8d
......@@ -561,7 +561,7 @@ int32_t sumFunction(SqlFunctionCtx* pCtx) {
// check for overflow
if (IS_FLOAT_TYPE(type) && (isinf(pSumRes->dsum) || isnan(pSumRes->dsum))) {
numOfElems = 0;
numOfElem = 0;
}
_sum_over:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册