jnturton commented on issue #2324:
URL: https://github.com/apache/drill/issues/2324#issuecomment-1072408156


   Hi, I do believe that any JDBC URL parameters that you put in a storage 
config will be passed through to the JDBC driver unmodified by Drill.  Are you 
able to run the following test for us?  It could be that the way that Drill 
collects metadata is not governed by 
`CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX`...
   
   ```
   Connection con = // obtain a connection using desired URL params
   ResultSet rs = con.getMetaData().getCatalogs();
   // are all catalogs returned in rs?
   ```


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