georgew5656 commented on code in PR #16973:
URL: https://github.com/apache/druid/pull/16973#discussion_r1757528015


##########
processing/src/main/java/org/apache/druid/guice/ExtensionsLoader.java:
##########
@@ -59,8 +68,10 @@
 public class ExtensionsLoader
 {
   private static final Logger log = new Logger(ExtensionsLoader.class);
-
+  public static final String EXTENSION_DEPENDENCIES_JSON = 
"extension-dependencies.json";

Review Comment:
   i think the resources files get packaged into the root level of the jar, at 
least thats what i saw from unpacking the jar.
   
   so in this case druid-extension-dependencies.json would be directly unzipped 
from the jar, not under a resources/ directory. i updated the name though



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