wulei0302 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r907016696
##########
hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java:
##########
@@ -81,6 +83,27 @@ public static <T extends HoodieRecordPayload> T
loadPayload(String recordPayload
}
}
+ /**
+ * Instantiate a given class with a record merge.
+ */
+ public static HoodieMerge loadHoodieMerge(String mergeClass) {
Review Comment:
It make sense, i moved them to a HoodieRecordUtils(a new class)
--
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]