lsyldliu commented on PR #20003:
URL: https://github.com/apache/flink/pull/20003#issuecomment-1159453217

   > You can just take whatever classloader you have (e.g., the Flink CL), and 
create a new FlinkUserCodeClassLoader with that CL as a parent and specify the 
jar via the urls parameter.
   > 
   > Conceptually, if you have a given CL, then adding a jar to it, or creating 
a new child CL with the jar should be functionally the same.
   
   I guess you mean that `MutableURLClassLoader ` refer to a given CL, when 
adding a jar, we create a new CL in `MutableURLClassLoader `with the existing 
URL and the new jar URL? 


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to