AHeise commented on a change in pull request #16345:
URL: https://github.com/apache/flink/pull/16345#discussion_r663086556



##########
File path: 
flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
##########
@@ -177,16 +177,16 @@ public P next() {
                     return resolveIfNeeded(resolve, loadedClass);
                 }
 
-                if (isAllowedFlinkClass(name)) {
-                    try {
+                try {

Review comment:
       Could you help me understand why it doesn't work in IDE?




-- 
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]


Reply via email to