yihua commented on a change in pull request #4091: URL: https://github.com/apache/hudi/pull/4091#discussion_r756215246
########## File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java ########## @@ -173,8 +174,11 @@ private String getMetadataKey(String action) { return "hoodieSavePointMetadata"; case HoodieTimeline.COMPACTION_ACTION: return "hoodieCompactionPlan"; + case HoodieTimeline.REPLACE_COMMIT_ACTION: + return "hoodieReplaceCommitMetadata"; Review comment: Possible to tweak existing tests to consider the clustering commit? -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org