codope commented on code in PR #10645:
URL: https://github.com/apache/hudi/pull/10645#discussion_r1485059075


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -472,6 +472,18 @@ public HoodieWriteMetadata<O> cluster(String 
clusteringInstant, boolean shouldCo
     return clusteringMetadata;
   }
 
+  public boolean purgePendingClustering(String clusteringInstant) {

Review Comment:
   do we need a separate method? Don't we already rollback pnding clustering 
before starting the clustering?
   
https://github.com/apache/hudi/blob/3f652e67637c31ef653689e7fa248a4ad072c535/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java#L449



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

Reply via email to