turboFei commented on code in PR #2353:
URL: https://github.com/apache/incubator-kyuubi/pull/2353#discussion_r851025890


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionManager.scala:
##########
@@ -37,6 +41,8 @@ class KyuubiSessionManager private (name: String) extends 
SessionManager(name) {
   val credentialsManager = new HadoopCredentialsManager()
   // this lazy is must be specified since the conf is null when the class 
initialization
   lazy val sessionConfAdvisor: SessionConfAdvisor = 
PluginLoader.loadSessionConfAdvisor(conf)
+  lazy val staticBatchSecretId: UUID = conf.get(BATCH_STATIC_SECRET_ID)

Review Comment:
   Just define a random UUID? 
   
   Such as `c2ee5b97-3ea0-41fc-ac16-9bd708ed8f38` ?



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