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


##########
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:
   incase of both compaction and clustering, rollback does not really delete 
the requested. 
   Here the requirement is to completely rollback and delete the requested file 
as well. hence had to introduce a public method to write client to support 
this. 
   



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