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


##########
hudi-common/src/main/java/org/apache/hudi/metadata/MetadataPartitionType.java:
##########
@@ -67,12 +57,20 @@ public static List<String> allPaths() {
     );
   }
 
+  /**
+   * Returns the list of metadata table partitions which require WriteStatus 
to track written records.
+   * <p>
+   * These partitions need the list of written records so that they can update 
their metadata.
+   */
+  public static List<MetadataPartitionType> needWriteStatusTracking() {

Review Comment:
   Renamed



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