yjc408 commented on code in PR #13831:
URL: https://github.com/apache/hudi/pull/13831#discussion_r2331409331
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -268,6 +268,7 @@ public class HoodieTableConfig extends HoodieConfig {
.defaultValue((RecordMergeMode) null,
"COMMIT_TIME_ORDERING if ordering field is not set;
EVENT_TIME_ORDERING if ordering field is set")
.sinceVersion("1.0.0")
+ .withAlternatives("hoodie.write.record.merge.mode")
Review Comment:
I found there are many complications for spark data source. will raise
another pr for the fix. now keeping this PR to hoodie streamer only.
--
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]