ulysses-you commented on code in PR #4121:
URL: https://github.com/apache/kyuubi/pull/4121#discussion_r1068835607
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/trino/api/api.scala:
##########
@@ -35,6 +35,8 @@ private[api] trait ApiRequestContext {
@Context
protected var httpRequest: HttpServletRequest = _
+ protected var trinoContext: TrinoContext = _
Review Comment:
we should hold a `Map[id, TrinoContext]`, each request/session has it's own
`TrinoContext`
--
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]