提交 ffbe3d3c 编写于 作者: M Minglei Jin

count(tbname): forbidden using with aggUdf as well

上级 068e96f6
...@@ -3585,7 +3585,7 @@ static bool functionCompatibleCheck(SQueryInfo* pQueryInfo, bool joinQuery, bool ...@@ -3585,7 +3585,7 @@ static bool functionCompatibleCheck(SQueryInfo* pQueryInfo, bool joinQuery, bool
return false; return false;
} }
if (countTbname && (prjNum > 0 || aggNum > 0 || scalarUdf > 0)) { if (countTbname && (prjNum > 0 || aggNum > 0 || scalarUdf > 0 || aggUdf > 0)) {
return false; return false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册