zhuanshenbsj1 commented on code in PR #8505:
URL: https://github.com/apache/hudi/pull/8505#discussion_r1186656966


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieCompactor.java:
##########
@@ -295,4 +301,11 @@ private String getSchemaFromLatestInstant() throws 
Exception {
     Schema schema = schemaUtil.getTableAvroSchema(false);
     return schema.toString();
   }
+
+  private void cleanAfterCompact(SparkRDDWriteClient client) {
+    if (client.getConfig().isAutoClean()) {
+      LOG.info("Start to clean synchronously.");

Review Comment:
   Auto-Clean can be modified through the input para config of the job 
constructor.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to