yaooqinn commented on code in PR #4649: URL: https://github.com/apache/kyuubi/pull/4649#discussion_r1155431613
########## docs/client/jdbc/kyuubi_jdbc.rst: ########## @@ -110,14 +106,14 @@ Basic Connection URL format Use the connection URL to supply connection information to the kyuubi server or cluster that you are accessing. The following is the format of the connection URL for the Kyuubi Hive JDBC Driver -.. code-block:: jdbc +.. code-block:: - jdbc:subprotocol://host:port/schema;<clientProperties;><[#|?]sessionProperties> + jdbc:kyuubi://host:port[/catalog]/[schema];<clientProperties;><[#|?]sessionProperties> -- subprotocol: kyuubi or hive2 Review Comment: Let‘s keep this, supporting `hive2` is an advantage, not something we need to cover up -- 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]
