yihua commented on code in PR #12600:
URL: https://github.com/apache/hudi/pull/12600#discussion_r1928034399
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -198,7 +198,8 @@ public class HoodieTableConfig extends HoodieConfig {
public static final ConfigProperty<RecordMergeMode> RECORD_MERGE_MODE =
ConfigProperty
.key("hoodie.record.merge.mode")
- .defaultValue(RecordMergeMode.EVENT_TIME_ORDERING)
+ .defaultValue((RecordMergeMode) null,
+ "COMMIT_TIME_ORDERING if precombine is not set; EVENT_TIME_ORDERING
if precombine is set")
Review Comment:
@danny0405 I've taken a stab to simplify it. lmk if it looks better and
easier to understand.
--
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]