yanghua commented on a change in pull request #1331:
URL: https://github.com/apache/incubator-kyuubi/pull/1331#discussion_r742762905
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/server/RestFrontendService.scala
##########
@@ -33,7 +33,7 @@ import org.apache.kyuubi.service.{AbstractFrontendService,
Serverable, Service}
* A frontend service based on RESTful api via HTTP protocol.
* Note: Currently, it only be used in the Kyuubi Server side.
*/
-private[server] class RestFrontendService(override val serverable: Serverable)
+class RestFrontendService(override val serverable: Serverable)
Review comment:
sounds good. +1
--
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]