yihua commented on code in PR #13254: URL: https://github.com/apache/hudi/pull/13254#discussion_r2078576251
########## hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java: ########## @@ -249,7 +249,7 @@ protected HoodieMetadataPayload(String key, int type, * * @param partitions The list of partitions */ - public static HoodieRecord<HoodieMetadataPayload> createPartitionListRecord(List<String> partitions) { + public static HoodieRecord<HoodieMetadataPayload> createPartitionListRecord(Collection<String> partitions) { Review Comment: Yes -- 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