pratyakshsharma commented on a change in pull request #4385:
URL: https://github.com/apache/hudi/pull/4385#discussion_r801341563



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java
##########
@@ -128,6 +155,9 @@ HoodieCleanerPlan requestClean(HoodieEngineContext context) 
{
 
   @Override
   public Option<HoodieCleanerPlan> execute() {
+    if (!needCleaning(config.getInlineCleaningTriggerStrategy())) {

Review comment:
       It does not affect, let me change the name.




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