yaooqinn commented on code in PR #4649:
URL: https://github.com/apache/kyuubi/pull/4649#discussion_r1155421719
##########
docs/client/jdbc/kyuubi_jdbc.rst:
##########
@@ -41,33 +41,33 @@ you are using to connect to your data must be able to
access the driver JAR file
Using the Driver in Java Code
*****************************
-In the code, specify the artifact `kyuubi-hive-jdbc-shaded` from `Maven
Central`_ according to the build tool you use.
+In the code, specify the artifact :code:`kyuubi-hive-jdbc-shaded` from `Maven
Central`_ according to the build tool you use.
Maven
^^^^^
-.. code-block:: xml
+.. parsed-literal::
<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-hive-jdbc-shaded</artifactId>
- <version>1.5.2-incubating</version>
+ <version>\ |release|\</version>
</dependency>
-Sbt
Review Comment:
sbt
--
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]