pan3793 commented on code in PR #5120:
URL: https://github.com/apache/kyuubi/pull/5120#discussion_r1284332395


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2657,6 +2657,13 @@ object KyuubiConf {
       .stringConf
       .createOptional
 
+  val ENGINE_JDBC_USE_SESSION_USER_PASSWORD: ConfigEntry[Boolean] =
+    buildConf("kyuubi.engine.jdbc.connection.use.session.user.password")

Review Comment:
   I wrongly thought that sessions share a connection pool in the JDBC engine, 
then things become intuitive.
   Suggestions 2. 3. could be ignored. Sorry for making you back and forth.



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