feiniaofeiafei commented on code in PR #45447: URL: https://github.com/apache/doris/pull/45447#discussion_r1888047465
########## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/AggregateStrategies.java: ########## @@ -2076,7 +2079,8 @@ private boolean couldConvertToMulti(LogicalAggregate<? extends Plan> aggregate) if (!func.isDistinct()) { continue; } - if (!(func instanceof Count || func instanceof Sum || func instanceof GroupConcat)) { + if (!(func instanceof Count || func instanceof Sum || func instanceof GroupConcat Review Comment: Yes, an interface is added in #45209, I will use that interface in that pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org