lw309637554 commented on a change in pull request #2322:
URL: https://github.com/apache/hudi/pull/2322#discussion_r544204502



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java
##########
@@ -403,6 +403,7 @@ public void finalizeWrite(HoodieEngineContext context, 
String instantTs, List<Ho
 
   private void deleteInvalidFilesByPartitions(HoodieEngineContext context, 
Map<String, List<Pair<String, String>>> invalidFilesByPartition) {
     // Now delete partially written files
+    context.setJobStatus(this.getClass().getSimpleName(), "Delete invalid 
files by partitions");

Review comment:
       done




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to