vvysotskyi commented on PR #2709: URL: https://github.com/apache/drill/pull/2709#issuecomment-1344035229
@cgivre, yes, you can create a plugin in drill1 with the name drill2, and query all plugins that drill2 has configured from drill1, so if drill2 has file system plugin called dfs2, query for drill1 will be the following: ```sql SELECT * FROM drill2.dfs2.ws.`file` ``` -- 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]
