danny0405 commented on code in PR #10946:
URL: https://github.com/apache/hudi/pull/10946#discussion_r1546222049
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanner.java:
##########
@@ -245,6 +245,7 @@ private List<String>
getPartitionsFromDeletedSavepoint(HoodieCleanMetadata clean
Option<HoodieInstant> instantOption =
hoodieTable.getCompletedCommitsTimeline().filter(instant ->
instant.getTimestamp().equals(savepointCommit)).firstInstant();
if (!instantOption.isPresent()) {
LOG.warn("Skipping to process a commit for which savepoint was removed
as the instant moved to archived timeline already");
+ return Stream.empty();
Review Comment:
Does this mean the archived savepoint partition never got cleaned?
--
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]