Skip to content

Commit e3bf604

Browse files
jiaoqingbopan3793
authored andcommitted
[KYUUBI #2782] Decouple Kyuubi Hive JDBC from Hive Serde
### _Why are the changes needed?_ fix #2782 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2878 from jiaoqingbo/kyuubi-2782. Closes #2782 23b1989 [jiaoqingbo] code review 6cb4019 [jiaoqingbo] code review 9083974 [jiaoqingbo] [KYUUBI #2782] Decouple Kyuubi Hive JDBC from Hive Serde Authored-by: jiaoqingbo <1178404354@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 99959b8 commit e3bf604

File tree

7 files changed

+290
-329
lines changed

7 files changed

+290
-329
lines changed

kyuubi-hive-jdbc/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,6 @@
136136
</exclusions>
137137
</dependency>
138138

139-
<dependency>
140-
<groupId>org.apache.hive</groupId>
141-
<artifactId>hive-serde</artifactId>
142-
<version>${hive.version}</version>
143-
<exclusions>
144-
<exclusion>
145-
<groupId>*</groupId>
146-
<artifactId>*</artifactId>
147-
</exclusion>
148-
</exclusions>
149-
</dependency>
150-
151139
<dependency>
152140
<groupId>org.apache.hive</groupId>
153141
<artifactId>hive-service</artifactId>

0 commit comments

Comments
 (0)