morrySnow commented on code in PR #68138:
URL: https://github.com/apache/doris/pull/68138#discussion_r4044649583


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PruneEmptyPartition.java:
##########
@@ -67,6 +76,55 @@ public Rule build() {
         }).toRule(RuleType.PRUNE_EMPTY_PARTITION);
     }
 
+    private List<Long> selectNonEmptyPartitionIds(LogicalOlapScan scan, 
OlapTable table,

Review Comment:
   看起来应该直接更新 OlapTableWrapper 的 selectNonEmptyPartitionIds 而不是在这里写一个新的函数



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

Reply via email to