Zouxxyy commented on code in PR #7841:
URL: https://github.com/apache/hudi/pull/7841#discussion_r1257264487


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -519,6 +519,8 @@ public void preWrite(String instantTime, WriteOperationType 
writeOperationType,
    */
   protected void postCommit(HoodieTable table, HoodieCommitMetadata metadata, 
String instantTime, Option<Map<String, String>> extraMetadata) {
     try {
+      context.setJobStatus(this.getClass().getSimpleName(),"Cleaning up marker 
directories for commit " + instantTime + " in table "
+          + config.getTableName());

Review Comment:
   why need this, in the after `quietDeleteMarkerDir` set it again



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