Kikyou1997 commented on code in PR #12274:
URL: https://github.com/apache/doris/pull/12274#discussion_r962095120
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/logical/ColumnPruningTest.java:
##########
@@ -177,6 +178,20 @@ public void testPruneColumns4() {
);
}
+ @Test
+ public void pruneCountStarStmt() {
Review Comment:
To support such expressions like `COUNT(*) + 1`, we need to add project
above the agg node, I remeber that another contributor is doing this job.
--
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]