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


##########
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:
   Generally it feels a bit awkward having this since configs which are set are 
not being honored but I guess this might be the cleanest unclean way to support 
upgrading clusters without manual intervention. 



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