未验证 提交 0418b9bf 编写于 作者: weixin_48148422's avatar weixin_48148422 提交者: GitHub

Merge pull request #1626 from taosdata/feature/lihui

[TD-31]
...@@ -4945,7 +4945,7 @@ static void do_sumrate_merge(SQLFunctionCtx *pCtx) { ...@@ -4945,7 +4945,7 @@ static void do_sumrate_merge(SQLFunctionCtx *pCtx) {
if (pInput->hasResult != DATA_SET_FLAG) { if (pInput->hasResult != DATA_SET_FLAG) {
continue; continue;
} else if (pInput->num == 0) { } else if (pInput->num == 0) {
if ((INT64_MIN == pRateInfo->lastKey) || (INT64_MIN == pRateInfo->firstKey)) { if ((INT64_MIN == pInput->lastKey) || (INT64_MIN == pInput->firstKey)) {
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册