danny0405 commented on code in PR #13380:
URL: https://github.com/apache/hudi/pull/13380#discussion_r2131209264


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -951,6 +951,14 @@ public void 
startCommitForMetadataTable(HoodieTableMetaClient metadataMetaClient
     startCommit(Option.of(instantTime), actionType, metadataMetaClient);
   }
 
+  /**
+   * Starts a new commit for deleting partitions from the table.
+   * @return the instant generated for the delete partition commit
+   */
+  public String startDeletePartitionCommit() {

Review Comment:
   Can we have an optional meta client as the param, it looks like in invokers' 
contexts, the meta client is aleady there.



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