leesf commented on code in PR #4966: URL: https://github.com/apache/hudi/pull/4966#discussion_r1053917616
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ClusteringPlanPartitionFilter.java: ########## @@ -31,6 +34,11 @@ * NONE: skip filter * RECENT DAYS: output recent partition given skip num and days lookback config * SELECTED_PARTITIONS: output partition falls in the [start, end] condition + * DAY_ROLLING: Clustering all partitions once a day to avoid clustering data of all partitions each time。 Review Comment: `partitions each time。` -> `partitions each time.` -- 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]
