wulei0302 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r909199576
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -791,6 +792,11 @@ public PropertyBuilder setPayloadClassName(String
payloadClassName) {
return this;
}
+ public PropertyBuilder setMergeClassName(String mergeClassName) {
Review Comment:
The migration plan will be formulated after the completion of Step3 and the
performance test;
Step3 defines some merge classes corresponding to payloads.
We will try to migrate our custom payloads first. cc @wzx140
--
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]