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


##########
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:
   done,I moved the logic out of PruneEmptyPartition and implemented it in 
RowBinlogTableWrapper.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