danny0405 commented on code in PR #8505:
URL: https://github.com/apache/hudi/pull/8505#discussion_r1186641929
##########
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:
Can the user set up auto clean manually? If not, it is always true.
--
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]