laglangyue commented on code in PR #4111:
URL:
https://github.com/apache/incubator-seatunnel/pull/4111#discussion_r1161182869
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/util/OptionUtil.java:
##########
@@ -103,4 +106,19 @@ private static String formatUnderScoreCase(String camel) {
}
return underScore.toString();
}
+
+ public static <T> T get(
Review Comment:
it's a Overload method,maybe I can convert Config object to Map,and use the
original method
--
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]