suxiaogang223 commented on code in PR #46911:
URL: https://github.com/apache/doris/pull/46911#discussion_r1967193751


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java:
##########
@@ -295,33 +292,27 @@ public List<Split> getSplits(int numBackends) throws 
UserException {
             splitStats.add(splitStat);
         }
 
+        // if applyCountPushdown is true, calcute row count for count pushdown
+        if (applyCountPushdown) {

Review Comment:
   add fe ut



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