ulysses-you commented on code in PR #4232:
URL: https://github.com/apache/kyuubi/pull/4232#discussion_r1095436417
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/trino/api/QueryManager.scala:
##########
@@ -17,13 +17,15 @@
package org.apache.kyuubi.server.trino.api
-import javax.ws.rs.ext.ContextResolver
+import java.util.concurrent.ConcurrentHashMap
-import com.fasterxml.jackson.databind.ObjectMapper
-import com.fasterxml.jackson.module.scala.DefaultScalaModule
+class QueryManager() {
Review Comment:
is this code been used ? seems no caller side
--
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]