codope commented on code in PR #7575:
URL: https://github.com/apache/hudi/pull/7575#discussion_r1058576195


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -242,6 +242,7 @@ private HoodieWriteConfig 
createMetadataWriteConfig(HoodieWriteConfig writeConfi
 
     // Create the write config for the metadata table by borrowing options 
from the main write config.
     HoodieWriteConfig.Builder builder = HoodieWriteConfig.newBuilder()
+        .withEngineType(writeConfig.getEngineType())

Review Comment:
   Thanks for the change! So, this warning is only shown for metadata table?



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