wzx140 commented on code in PR #7003:
URL: https://github.com/apache/hudi/pull/7003#discussion_r1027295172


##########
hudi-common/src/main/java/org/apache/hudi/common/util/ConfigUtils.java:
##########
@@ -58,10 +56,8 @@ public static String getPayloadClass(Properties properties) {
     return payloadClass;
   }
 
-  public static List<String> getMergerImpls(Map<String, String> optParams) {
-    return Arrays.stream(
-            optParams.getOrDefault("hoodie.datasource.write.merger.impls",
-                HoodieAvroRecordMerger.class.getName()).split(","))
+  public static List<String> getMergerImpls(String param) {

Review Comment:
   Get it. Changed the func name. 



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