This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/for-releasing-0.10.1 by this 
push:
     new c38c6c5  remove jol-core dependency which is introduced by hive-serde 
2.8.4
c38c6c5 is described below

commit c38c6c54b393ed06ce86904491f9f313e9e18a6a
Author: xiangdong huang <[email protected]>
AuthorDate: Tue Jul 28 11:06:16 2020 +0800

    remove jol-core dependency which is introduced by hive-serde 2.8.4
---
 hive-connector/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 0e136b9..6e1234e 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -58,6 +58,13 @@
             <artifactId>orc-core</artifactId>
             <version>1.6.0</version>
         </dependency>
+        <!-- orc-core 1.6 uses hive-storage-api 2.6.0, while hive-serde 2.8.4 
uses 2.4.0, so we
+        explicitly claim it.-->
+        <dependency>
+            <groupId>org.apache.hive</groupId>
+            <artifactId>hive-storage-api</artifactId>
+            <version>2.6.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-exec</artifactId>

Reply via email to