yihua commented on code in PR #11943:
URL: https://github.com/apache/hudi/pull/11943#discussion_r1811166345
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -151,8 +149,8 @@ public class HoodieTableMetaClient implements Serializable {
*/
protected HoodieTableMetaClient(HoodieStorage storage, String basePath,
boolean loadActiveTimelineOnLoad,
ConsistencyGuardConfig consistencyGuardConfig,
Option<TimelineLayoutVersion> layoutVersion,
- String payloadClassName, String
recordMergerStrategy, HoodieTimeGeneratorConfig timeGeneratorConfig,
- FileSystemRetryConfig fileSystemRetryConfig) {
+ RecordMergeMode recordMergeMode, String
payloadClassName, String recordMergerStrategy,
Review Comment:
Let's make sure the Jira ticket is created as a follow-up:
https://github.com/apache/hudi/pull/11943#discussion_r1811089951.
--
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]