yihua commented on code in PR #8771:
URL: https://github.com/apache/hudi/pull/8771#discussion_r1199676750


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -252,8 +253,9 @@ private void enablePartition(final MetadataPartitionType 
partitionType, final Ho
    * @param writeConfig                {@code HoodieWriteConfig} of the main 
dataset writer
    * @param failedWritesCleaningPolicy Cleaning policy on failed writes
    */
-  private HoodieWriteConfig createMetadataWriteConfig(
+  public static HoodieWriteConfig createMetadataWriteConfig(

Review Comment:
   It cannot be moved to `HoodieTableMetadataUtil` in `hudi-common` module 
since some classes in client modules are referenced.  I created a new 
`HoodieMetadataWriteUtils` to which the method is moved.



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