deepakpanda93 commented on issue #16546: URL: https://github.com/apache/hudi/issues/16546#issuecomment-4965818185
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This feature is implemented by PR #18337 (commit 2059c112b9af, merged 2026-04-24). It adds the configurable option `hoodie.write.empty.clean.interval.hours` (`INTERVAL_TO_CREATE_EMPTY_CLEAN_HOURS`) in `HoodieCleanConfig` (hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java:253), which emits an empty clean commit at the configured cadence so the clean planner can advance earliest_commit_to_retain even when no data cleanup occurs, wired through CleanPlanActionExecutor/CleanActionExecutor. Closing as done. -- 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]
