linliu-code commented on code in PR #13416:
URL: https://github.com/apache/hudi/pull/13416#discussion_r2140092382


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieReaderConfig.java:
##########
@@ -73,6 +73,13 @@ public class HoodieReaderConfig extends HoodieConfig {
       .sinceVersion("1.0.0")
       .withDocumentation("Whether to use positions in the block header for 
data blocks containing updates and delete blocks for merging.");
 
+  public static final ConfigProperty<Boolean> MERGE_PREFER_OLD_RECORD = 
ConfigProperty
+      .key("hoodie.merge.prefer.old.record")

Review Comment:
   I think there is no need to add a new merge mode for this small variance; 
otherwise, we will see large number of merge modes later.



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