turboFei commented on code in PR #5948: URL: https://github.com/apache/kyuubi/pull/5948#discussion_r1456808087
########## kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala: ########## @@ -52,6 +53,7 @@ class KyuubiSyncThriftClient private ( @volatile private var _engineId: Option[String] = _ @volatile private var _engineUrl: Option[String] = _ @volatile private var _engineName: Option[String] = _ + def engineHostPort: (String, Int) = hostPort Review Comment: you can remove this method I think, invoke the `hostPort` field directly. -- 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]
