pan3793 commented on issue #1229: URL: https://github.com/apache/incubator-kyuubi/issues/1229#issuecomment-942899075
The error gone in my laptop if I change `assert(connection.isInstanceOf[KyuubiConnection])` to `assert(connection.getClass.name === "org.apache.kyuubi.jdbc.hive.KyuubiConnection")` to cut the ref of shaded classes, please have a try. -- 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: dev-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org