the-other-tim-brown commented on code in PR #13340: URL: https://github.com/apache/hudi/pull/13340#discussion_r2110745146
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java: ########## @@ -97,6 +95,7 @@ import static org.apache.hudi.common.table.timeline.InstantComparison.compareTimestamps; import static org.apache.hudi.metadata.HoodieTableMetadata.isMetadataTable; import static org.apache.hudi.metadata.HoodieTableMetadataUtil.isIndexingCommit; +import static org.apache.hudi.table.action.clean.CleanPlanActionExecutor.EMPTY_CLEANER_PLAN; Review Comment: This only exists for a special case where the planner returns this value if there is a completed clean plan on the timeline with no content. The CleanActionExecutor will then clean this up. This flow is generally confusing and was hard to debug in the past. I am open to "cleaning" this up. -- 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]
