vinothchandar 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_r344722713
##########
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:
Should this be refreshed for every operation like the table? or not needed
since table is passed in.. I think latter.. just calling out to confirm
----------------------------------------------------------------
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]
With regards,
Apache Git Services