bowenliang123 commented on PR #4740: URL: https://github.com/apache/kyuubi/pull/4740#issuecomment-1521342224
Hi, with this PR merged to `branch-1.7`, several missing types and values cause compilation failures. ``` [ERROR] [Error] /Users/bw/dev/kyuubi/kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/AdminResourceSuite.scala:169: not found: type KyuubiRestFrontendService [ERROR] [Error] /Users/bw/dev/kyuubi/kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/AdminResourceSuite.scala:184: not found: value encodeAuthorization [ERROR] [Error] /Users/bw/dev/kyuubi/kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/AdminResourceSuite.scala:303: not found: type KyuubiRestFrontendService [ERROR] [Error] /Users/bw/dev/kyuubi/kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/AdminResourceSuite.scala:317: not found: value encodeAuthorization [ERROR] four errors found ``` Could you raise a follow-up PR to fix this for `branch-1.7` ? @HaoYang670 -- 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]
