cfmcgrady commented on issue #1229:
URL: 
https://github.com/apache/incubator-kyuubi/issues/1229#issuecomment-942912247


   > > 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.
   > 
   > You are right, had tried.
   > 
   > ```
   > assert(connection.getClass.getName === 
"org.apache.kyuubi.jdbc.hive.KyuubiConnection")
   > assert(metaData.getClass.getName === 
"org.apache.kyuubi.jdbc.hive.HiveDatabaseMetaData")
   > ```
   
   So we need to install module `kyuubi-hive-jdbc` to maven local repository 
first after this change?


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


Reply via email to