mbeckerle commented on PR #2989:
URL: https://github.com/apache/drill/pull/2989#issuecomment-3492088172

   I guess I don't understand how this connects to queries. This looks like 
some very nice registry behavior that handles the distributed nature of Drill 
w.r.t moving a schema jar around and making it available on the classpath for 
Daffodil to use in every drill bit. 
   
   But how then does a query access things in the jar? Is there some sort of 
path/access mechanism to load things from the jar? I.e., the jar ends up on the 
class path, and then normal Java loading i.e., getResource() calls, are used to 
get stuff out of the jar?
   
   I guess I'm looking for the piece that puts this registry together with a 
query that uses it. 
   


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