prashantwason commented on code in PR #8758:
URL: https://github.com/apache/hudi/pull/8758#discussion_r1231375387


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java:
##########
@@ -296,23 +324,6 @@ public static HoodieRecord<HoodieMetadataPayload> 
createPartitionListRecord(List
     return new HoodieAvroRecord<>(key, payload);
   }
 
-  /**
-   * Create and return a {@code HoodieMetadataPayload} to save list of 
partitions.
-   *
-   * @param partitionsAdded   The list of added partitions
-   * @param partitionsDeleted The list of deleted partitions
-   */
-  public static HoodieRecord<HoodieMetadataPayload> 
createPartitionListRecord(List<String> partitionsAdded, List<String> 
partitionsDeleted) {

Review Comment:
   Didnt see an usages



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

Reply via email to