yaooqinn commented on a change in pull request #989:
URL: https://github.com/apache/incubator-kyuubi/pull/989#discussion_r698152522



##########
File path: 
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala
##########
@@ -50,6 +53,10 @@ class KyuubiSessionImpl(
 
   private val engine: EngineRef = EngineRef(sessionConf, user, handle)
 
+  val sessionName: String = 
sessionConf.getOption(KyuubiConf.SESSION_NAME.key).getOrElse("")

Review comment:
       how about move this inside the KyuubiSessionEvent.apply?




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