wulei0302 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r904505296
##########
hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java:
##########
@@ -61,6 +63,10 @@ public static Class<?> getClass(String clazzName) {
return CLAZZ_CACHE.get(clazzName);
}
+ private static Object getInstance(String clazzName) {
+ return INSTANCE_CACHE.get(clazzName);
+ }
Review Comment:
method removed
--
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]