luoyuxia commented on code in PR #22862:
URL: https://github.com/apache/flink/pull/22862#discussion_r1271239389
##########
flink-table/flink-table-planner-loader/src/main/java/org/apache/flink/table/planner/loader/PlannerModule.java:
##########
@@ -150,4 +160,30 @@ public PlannerFactory loadPlannerFactory() {
return FactoryUtil.discoverFactory(
this.submoduleClassLoader, PlannerFactory.class,
PlannerFactory.DEFAULT_IDENTIFIER);
}
+
+ /**
+ * A class loader extending {@link ComponentClassLoader} which overwrites
method{@link #addURL}
+ * to enable it can add url to component classloader.
+ */
+ private static class PlannerComponentClassLoader extends
ComponentClassLoader {
Review Comment:
We overwride the method `addURL` to make it public
--
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]