iodone commented on code in PR #4121:
URL: https://github.com/apache/kyuubi/pull/4121#discussion_r1068850088


##########
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:
   I plan to address this in the next issue. In the next issue(#3935) , there 
can be a complete request-response process, which will be more helpful for the 
design and implementation of `session`. WDYT?



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

Reply via email to