zhouyifan279 commented on a change in pull request #1074:
URL: https://github.com/apache/incubator-kyuubi/pull/1074#discussion_r707047875
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala
##########
@@ -30,7 +30,67 @@ import
org.apache.kyuubi.operation.FetchOrientation.FetchOrientation
import org.apache.kyuubi.session.SessionHandle
import org.apache.kyuubi.util.ThriftUtils
-class KyuubiSyncThriftClient(protocol: TProtocol) extends
TCLIService.Client(protocol) {
+trait KyuubiSyncThriftClient {
Review comment:
Removed dynamic proxy and send delegation tokens only during
`ExecuteStatement#waitStatementComplete`.
No longer need to change `KyuubiSyncThriftClient` to a trait.
--
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]