bvaradar commented on a change in pull request #942: [HUDI-137] Fix state 
transitions for Hudi cleaning action
URL: https://github.com/apache/incubator-hudi/pull/942#discussion_r344825531
 
 

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
 ##########
 @@ -132,6 +132,7 @@ public HoodieWriteClient(JavaSparkContext jsc, 
HoodieWriteConfig clientConfig, b
     this.index = index;
     this.metrics = new HoodieMetrics(config, config.getTableName());
     this.rollbackInFlight = rollbackInFlight;
+    this.cleanClient = new HoodieCleanClient<>(jsc, config, metrics, 
timelineService);
 
 Review comment:
   Yes, it is the latter. No need to refresh the Cleaner client itself.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to