danny0405 commented on code in PR #19079:
URL: https://github.com/apache/hudi/pull/19079#discussion_r3490045943
##########
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:
we should use same format as base format for log files, it does not make
sense we write two different format files for native format.
--
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]