zhedoubushishi commented on a change in pull request #2833:
URL: https://github.com/apache/hudi/pull/2833#discussion_r642906791
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -255,23 +286,17 @@ public HoodieFileFormat getBaseFileFormat() {
* @return HoodieFileFormat for the log Storage format
*/
public HoodieFileFormat getLogFileFormat() {
- if (props.containsKey(HOODIE_LOG_FILE_FORMAT_PROP_NAME)) {
Review comment:
```HOODIE_LOG_FILE_FORMAT_PROP``` has an old name as the alternative
name, so ```getStringOrDefault``` method would check all the alternative names
to see anyone match
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]