danny0405 commented on code in PR #13346:
URL: https://github.com/apache/hudi/pull/13346#discussion_r2103890161
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestTable.java:
##########
@@ -1517,6 +1538,12 @@ static class HoodieTestTableState {
*/
Map<String, Map<String, List<Pair<String, Integer[]>>>>
commitsToPartitionToLogFileInfoStats = new HashMap<>();
+ /**
+ * Map<commitTime, List<partitionPath>>
+ * Used to build commit metadata for partitions that got deleted
Review Comment:
commit metadata or clean metadata?
--
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]