nsivabalan commented on code in PR #13254:
URL: https://github.com/apache/hudi/pull/13254#discussion_r2078562781


##########
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:
   so that we can take in both list and set? 



-- 
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

Reply via email to