zentol commented on PR #20003: URL: https://github.com/apache/flink/pull/20003#issuecomment-1158895050
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. -- 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