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: 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

Reply via email to