vamsikarnika commented on code in PR #13346:
URL: https://github.com/apache/hudi/pull/13346#discussion_r2104009586
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestTable.java:
##########
@@ -1168,6 +1177,9 @@ public HoodieCleanMetadata doClean(String commitTime,
Map<String, Integer> parti
testTableState =
testTableState.createTestTableStateForCleaner(commitTime, entry.getKey(),
entry.getValue());
deleteFilesInPartition(entry.getKey(), entry.getValue());
}
+
+ testTableState = testTableState.createTestTableStateForCleaner(commitTime,
partitionsToDelete);
Review Comment:
Not exactly recreating the table state, but populating partitions to clean
info to the table state.
--
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]