yaooqinn commented on code in PR #4649: URL: https://github.com/apache/kyuubi/pull/4649#discussion_r1155424199
########## docs/client/jdbc/kyuubi_jdbc.rst: ########## @@ -82,20 +82,16 @@ For `JDBC Applications`_, such as BI tools, SQL IDEs, please check the specific Registering the Driver Class ---------------------------- -Before connecting to your data, you must register the JDBC Driver class for your application. +Before connecting to your data, you must register the JDBC Driver class ``org.apache.kyuubi.jdbc.KyuubiHiveDriver`` for +your application. -- org.apache.kyuubi.jdbc.KyuubiHiveDriver -- org.apache.kyuubi.jdbc.KyuubiDriver (Deprecated) Review Comment: org.apache.kyuubi.jdbc.KyuubiDriver has not been removed yet? -- 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]
