li36909 commented on pull request #2753: URL: https://github.com/apache/hudi/pull/2753#issuecomment-813802119
@nsivabalan yes, before this fix, the classLoader come fro caller, which maybe AppClassLoader. and after this fix, th classLoader come from tread context, which myabe AppClassLoader or MutableURLClassLoader. As we know, MutableURLClassLoader can see all classes loaded by AppClassLoader, but AppClassLoader can not see any class loaded by MutableURLClassLoader, so this change will not introduce class load problem -- 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. For queries about this service, please contact Infrastructure at: [email protected]
