pan3793 commented on code in PR #4649:
URL: https://github.com/apache/kyuubi/pull/4649#discussion_r1155423906
##########
docs/client/jdbc/kyuubi_jdbc.rst:
##########
@@ -17,14 +17,14 @@ Kyuubi Hive JDBC Driver
=======================
.. versionadded:: 1.4.0
- Since 1.4.0, kyuubi community maintains a forked hive jdbc driver module
and provides both shaded and non-shaded packages.
+ Kyuubi community maintains a forked Hive JDBC driver module and provides
both shaded and non-shaded packages.
-This packages aims to support some missing functionalities of the original
hive jdbc.
-For kyuubi engines that support multiple catalogs, it provides meta APIs for
better support.
-The behaviors of the original hive jdbc have remained.
+This packages aims to support some missing functionalities of the original
Hive JDBC driver.
+For Kyuubi engines that support multiple catalogs, it provides meta APIs for
better support.
+The behaviors of the original Hive JDBC have remained.
-To access a Hive data warehouse or new lakehouse formats, such as Apache
Iceberg/Hudi, delta lake using the kyuubi jdbc driver for Apache kyuubi, you
need to configure
-the following:
+To access a Hive data warehouse or new LakeHouse formats, such as Apache
Iceberg/Hudi, Delta Lake using the Kyuubi JDBC driver
Review Comment:
done
##########
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:
done
--
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]