HanShuhang commented on code in PR #7020:
URL: https://github.com/apache/kyuubi/pull/7020#discussion_r2062383615
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala:
##########
@@ -180,8 +185,9 @@ class KyuubiSessionImpl(
_engineSessionHandle =
engineClient.openSession(protocol, user, passwd,
openEngineSessionConf)
_client = engineClient
- logSessionInfo(s"Connected to engine
[$host:$port]/[${client.engineId.getOrElse("")}]" +
- s" with ${_engineSessionHandle}]")
+ logSessionInfo(
+ s"Connected to engine
[$host:$port]/[${_client.engineId.getOrElse("")}]" +
+ s" with ${_engineSessionHandle}]")
Review Comment:
already rebased, the last UT failure does not seem to be caused by this PR?
--
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]