chia7712 commented on code in PR #20638:
URL: https://github.com/apache/kafka/pull/20638#discussion_r2499755408


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/isolation/PluginUtils.java:
##########
@@ -209,9 +209,6 @@ public static Set<Path> pluginLocations(String pluginPath, 
boolean failFast) {
         for (String path : pluginPathElements) {
             try {
                 Path pluginPathElement = Paths.get(path).toAbsolutePath();
-                if (pluginPath.isEmpty()) {

Review Comment:
   Why to remove this guarder? 



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