zentol commented on a change in pull request #16345:
URL: https://github.com/apache/flink/pull/16345#discussion_r663099339
##########
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:
I haven't tried running the test with the scala 2.12 profile being
enabled, because I can't enable it without IntelliJ shitting the bed.
--
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]