starocean999 commented on code in PR #33774:
URL: https://github.com/apache/doris/pull/33774#discussion_r1568533023
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/mv/SelectMaterializedIndexWithAggregate.java:
##########
@@ -1087,7 +1084,7 @@ private static class ExprRewriteMap {
/**
* Replace map for expressions in project.
*/
- public final Map<Expression, Expression> projectExprMap;
+ public final Map<Expression, List<Expression>> projectExprMap;
Review Comment:
please add a sample to explain the problem of multiple aggs with same slot,
and how to solve it in this 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]