SteNicholas commented on code in PR #6976:
URL: https://github.com/apache/hudi/pull/6976#discussion_r998167542
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ClusteringPlanActionExecutor.java:
##########
@@ -56,35 +57,36 @@ public ClusteringPlanActionExecutor(HoodieEngineContext
context,
this.extraMetadata = extraMetadata;
}
- protected Option<HoodieClusteringPlan> createClusteringPlan() {
+ protected boolean getIfScheduleClustering(HoodieActiveTimeline
activeTimeline) {
Review Comment:
```suggestion
protected boolean isScheduleClustering(HoodieActiveTimeline
activeTimeline) {
```
--
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]