wulei0302 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r917630263


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java:
##########
@@ -103,6 +106,7 @@ protected HoodieWriteHandle(HoodieWriteConfig config, 
String instantTime, String
     this.taskContextSupplier = taskContextSupplier;
     this.writeToken = makeWriteToken();
     schemaOnReadEnabled = 
!isNullOrEmpty(hoodieTable.getConfig().getInternalSchema());
+    this.merge = HoodieRecordUtils.loadMerge(config.getMergeClass());

Review Comment:
   @xushiyan @vinothchandar @alexeykudinkin @danny0405 I think there are 
differences on the name of Hoodie merge API. I created a JIRA 
[HUDI-4380](https://issues.apache.org/jira/browse/HUDI-4380) , and we can make 
it clear.    cc @wzx140 @minihippo 



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