yuzhaojing commented on code in PR #5681:
URL: https://github.com/apache/hudi/pull/5681#discussion_r919690162


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -865,6 +874,9 @@ public HoodieCleanMetadata clean(String cleanInstantTime, 
boolean scheduleInline
         table.getMetaClient().reloadActiveTimeline();
       }
 
+      if (delegateToTableManagerService(config, ActionType.clean)) {
+        return null;

Review Comment:
   Because the clean action has not been carried out at this time. So the 
cleanMetadata is null.



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