danny0405 commented on code in PR #19079:
URL: https://github.com/apache/hudi/pull/19079#discussion_r3490145402


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieNativeLogAppendHandle.java:
##########
@@ -101,6 +101,7 @@ protected void createLogWriterForAppend(String instantTime, 
Option<FileSlice> fi
           getLogCreationCallback(),
           config.getWriteVersion(),
           config,
+          hoodieTable.getBaseFileFormat(),

Review Comment:
   Kept this as the table base file format, following the native-format write 
path discussion: native log files should use the same format as the base files 
instead of mixing formats.



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