danny0405 commented on code in PR #13078:
URL: https://github.com/apache/hudi/pull/13078#discussion_r2028107138
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -138,6 +139,15 @@ private FlinkOptions() {
+ "These merger impls will filter by record.merger.strategy. "
+ "Hudi will pick most efficient implementation to perform
merging/combining of the records (during update, reading MOR table, etc)");
+ @AdvancedConfig
+ public static final ConfigOption<String> RECORD_MERGE_MODE = ConfigOptions
Review Comment:
No need to add the option for Hoodie core options, all the hoodie options
are applied automically.
--
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]