kfaraz commented on code in PR #18394:
URL: https://github.com/apache/druid/pull/18394#discussion_r2289948971


##########
processing/src/main/java/org/apache/druid/guice/ExtensionsLoader.java:
##########
@@ -193,9 +193,18 @@ public void initializeExtensionFilesToLoad()
     if (toLoad == null) {
       extensionsToLoad = rootExtensionsDir.listFiles();
     } else {
+      final LinkedHashSet<String> validExtensionsToLoad = new 
LinkedHashSet<>(toLoad);
+      if (validExtensionsToLoad.remove("druid-multi-stage-query")) {

Review Comment:
   Yeah, didn't quite like it myself. That's why the initial commits didn't 
have this change.
   But as you said, this is the simplest path forward.
   We can probably remove this after a few Druid releases, since we have 
started giving out the warning message.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to