提交 1192a9c1 编写于 作者: X Xiaoyu Wang

[TD-10776]<fix>: solve the problem that hashIntervalAgg function triggers...

[TD-10776]<fix>: solve the problem that hashIntervalAgg function triggers assert when the return result of sub query is filtered.
上级 f8159bdc
......@@ -5959,6 +5959,9 @@ static SSDataBlock* doIntervalAgg(void* param, bool* newgroup) {
if (pBlock == NULL) {
break;
}
if (pBlock->info.rows == 0) {
continue;
}
setTagValue(pOperator, pRuntimeEnv->current->pTable, pIntervalInfo->pCtx, pOperator->numOfOutput);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册