danny0405 commented on code in PR #12601:
URL: https://github.com/apache/hudi/pull/12601#discussion_r1912722714
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ClusteringPlanPartitionFilter.java:
##########
@@ -42,13 +42,13 @@
*/
public class ClusteringPlanPartitionFilter {
- public static List<String> filter(List<String> partitions, HoodieWriteConfig
config) {
+ public static List<String> filter(List<String> partitions, HoodieWriteConfig
config, ArrayList<String> missingPartitions) {
Review Comment:
Maybe we return a Pair for both missing partitions and filtered partitions.
--
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]